Class ChatRoomContentProvider

  • All Implemented Interfaces:
    android.content.ComponentCallbacks , android.content.ComponentCallbacks2

    
    public class ChatRoomContentProvider
    extends ContentProvider
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

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

        applyBatch, attachInfo, bulkInsert, call, canonicalize, clearCallingIdentity, dump, getCallingAttributionSource, getCallingAttributionTag, getCallingPackage, getCallingPackageUnchecked, getContext, getPathPermissions, getReadPermission, getStreamTypes, getTypeAnonymous, getWritePermission, isTemporary, onCallingPackageChanged, onConfigurationChanged, onLowMemory, onTrimMemory, openAssetFile, openFile, openFileHelper, openPipeHelper, openTypedAssetFile, refresh, requireContext, restoreCallingIdentity, setPathPermissions, setReadPermission, setWritePermission, shutdown, uncanonicalize
      • Methods inherited from class java.lang.Object

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