Package 

Class SnapKitInitProvider

    • Method Summary

      Modifier and Type Method Description
      boolean onCreate()
      Cursor query(@Nullable() Uri uri, Array<String> projection, String selection, Array<String> selectionArgs, String sortOrder)
      String getType(@Nullable() Uri uri)
      Uri insert(@Nullable() Uri uri, ContentValues values)
      int delete(@Nullable() Uri uri, String selection, Array<String> selectionArgs)
      int update(@Nullable() Uri uri, ContentValues values, String selection, Array<String> selectionArgs)
      • Methods inherited from class android.content.ContentProvider

        applyBatch, attachInfo, bulkInsert, call, canonicalize, clearCallingIdentity, delete, dump, getCallingPackage, getContext, getPathPermissions, getReadPermission, getStreamTypes, getType, getWritePermission, insert, onConfigurationChanged, onCreate, onLowMemory, onTrimMemory, openAssetFile, openFile, openPipeHelper, openTypedAssetFile, query, refresh, restoreCallingIdentity, shutdown, uncanonicalize, update
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait