Package com.inmobi.sdk
Class InMobiInitProvider
-
- All Implemented Interfaces:
-
android.content.ComponentCallbacks,android.content.ComponentCallbacks2
public final class InMobiInitProvider extends ContentProvider
Process-start provider that opportunistically starts SDK pre-init from persisted bootstrap state.
-
-
Constructor Summary
Constructors Constructor Description InMobiInitProvider()
-
Method Summary
Modifier and Type Method Description BooleanonCreate()Cursorquery(Uri uri, Array<out String> projection, String selection, Array<out String> selectionArgs, String sortOrder)StringgetType(Uri uri)Uriinsert(Uri uri, ContentValues values)Integerdelete(Uri uri, String selection, Array<out String> selectionArgs)Integerupdate(Uri uri, ContentValues values, String selection, Array<out String> selectionArgs)-
Methods inherited from class android.content.ContentProvider
applyBatch, applyBatch, attachInfo, bulkInsert, call, call, canonicalize, clearCallingIdentity, delete, dump, getCallingAttributionSource, getCallingAttributionTag, getCallingPackage, getCallingPackageUnchecked, getContext, getPathPermissions, getReadPermission, getStreamTypes, getTypeAnonymous, getWritePermission, insert, onCallingPackageChanged, onConfigurationChanged, onLowMemory, onTrimMemory, openAssetFile, openAssetFile, openFile, openFile, openPipeHelper, openTypedAssetFile, openTypedAssetFile, query, query, refresh, requireContext, restoreCallingIdentity, shutdown, uncanonicalize, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-