Class AppBrainInitProvider
java.lang.Object
android.content.ContentProvider
com.appbrain.AppBrainInitProvider
- All Implemented Interfaces:
ComponentCallbacks, ComponentCallbacks2
This class initializes the AppBrain SDK. It is added to your app's AndroidManifest automatically,
so you don't have to use this class yourself.
-
Nested Class Summary
Nested classes/interfaces inherited from class ContentProvider
ContentProvider.CallingIdentity, ContentProvider.PipeDataWriter<T> -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintinsert(Uri uri, ContentValues values) booleanonCreate()intupdate(Uri uri, ContentValues values, String selection, String[] selectionArgs) Methods inherited from class ContentProvider
applyBatch, applyBatch, attachInfo, bulkInsert, call, call, canonicalize, clearCallingIdentity, delete, dump, getCallingAttributionSource, getCallingAttributionTag, getCallingPackage, getCallingPackageUnchecked, getContext, getPathPermissions, getReadPermission, getStreamTypes, getTypeAnonymous, getWritePermission, insert, isTemporary, onCallingPackageChanged, onConfigurationChanged, onLowMemory, onTrimMemory, openAssetFile, openAssetFile, openFile, openFile, openFileHelper, openPipeHelper, openTypedAssetFile, openTypedAssetFile, query, query, refresh, requireContext, restoreCallingIdentity, setPathPermissions, setReadPermission, setWritePermission, shutdown, uncanonicalize, update
-
Constructor Details
-
AppBrainInitProvider
public AppBrainInitProvider()
-
-
Method Details
-
onCreate
public boolean onCreate()- Specified by:
onCreatein classContentProvider
-
query
-
getType
- Specified by:
getTypein classContentProvider
-
insert
- Specified by:
insertin classContentProvider
-
delete
- Specified by:
deletein classContentProvider
-
update
- Specified by:
updatein classContentProvider
-