Android SDK Version
All Implemented Interfaces:
android.content.ComponentCallbacks , android.content.ComponentCallbacks2


public final class FacebookInitProvider
extends ContentProvider
Nested Class Summary
Modifier and TypeClassDescription
public classFacebookInitProvider.Companion
Constructor Summary
ConstructorDescription
FacebookInitProvider()
Method Summary
Modifier and TypeMethodDescription
BooleanonCreate()
Cursorquery(Uri uri, Array<String> projection, String selection, Array<String> selectionArgs, String sortOrder)
StringgetType(Uri uri)
Uriinsert(Uri uri, ContentValues values)
Integerdelete(Uri uri, String selection, Array<String> selectionArgs)
Integerupdate(Uri uri, ContentValues values, String selection, Array<String> selectionArgs)
Methods inherited from class com.facebook.internal.FacebookInitProvider
applyBatch, applyBatch, attachInfo, bulkInsert, call, call, canonicalize, clearCallingIdentity, delete, dump, getCallingAttributionSource, getCallingAttributionTag, getCallingPackage, getCallingPackageUnchecked, getContext, getPathPermissions, getReadPermission, getStreamTypes, 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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail

FacebookInitProvider

FacebookInitProvider()
Method Detail

onCreate

BooleanonCreate()

query

Cursorquery(Uri uri, Array<String> projection, String selection, Array<String> selectionArgs, String sortOrder)

getType

StringgetType(Uri uri)

insert

Uriinsert(Uri uri, ContentValues values)

delete

Integerdelete(Uri uri, String selection, Array<String> selectionArgs)

update

Integerupdate(Uri uri, ContentValues values, String selection, Array<String> selectionArgs)