-
- All Implemented Interfaces:
-
android.content.ComponentCallbacks,android.content.ComponentCallbacks2
public final class StreamLogFileProvider extends FileProvider
Initializes StreamLog at app startup time and represents a FileProvider for log file sharing.
-
-
Constructor Summary
Constructors Constructor Description StreamLogFileProvider()
-
Method Summary
Modifier and Type Method Description BooleanonCreate()Called before Application.onCreate. -
Methods inherited from class androidx.core.content.FileProvider
applyBatch, applyBatch, bulkInsert, call, call, canonicalize, clearCallingIdentity, delete, dump, getCallingAttributionSource, getCallingAttributionTag, getCallingPackage, getCallingPackageUnchecked, getContext, getPathPermissions, getReadPermission, getStreamTypes, getWritePermission, insert, isTemporary, onCallingPackageChanged, onConfigurationChanged, onLowMemory, onTrimMemory, openAssetFile, openAssetFile, openFile, openFileHelper, openPipeHelper, openTypedAssetFile, openTypedAssetFile, query, query, refresh, requireContext, restoreCallingIdentity, setPathPermissions, setReadPermission, setWritePermission, shutdown, uncanonicalize, update -
Methods inherited from class io.getstream.logging.android.file.StreamLogFileProvider
attachInfo, delete, getType, insert, openFile, query, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
onCreate
Boolean onCreate()
Called before Application.onCreate.
-
-
-
-