Class SdkInitializationContentProvider

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Boolean onCreate()
      Unit attachInfo(Context context, ProviderInfo info)
      Cursor query(Uri uri, Array<out String> projection, String selection, Array<out String> selectionArgs, String sortOrder)
      String getType(Uri uri)
      Uri insert(Uri uri, ContentValues values)
      Integer delete(Uri uri, String selection, Array<out String> selectionArgs)
      Integer update(Uri uri, ContentValues values, String selection, Array<out String> selectionArgs)
      • Methods inherited from class android.content.ContentProvider

        applyBatch, applyBatch, 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