-
- All Implemented Interfaces:
-
android.content.ComponentCallbacks
,android.content.ComponentCallbacks2
public final class FacebookInitProvider extends ContentProvider
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
FacebookInitProvider.Companion
-
Constructor Summary
Constructors Constructor Description FacebookInitProvider()
-
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)
Integer
delete(Uri uri, String selection, Array<String> selectionArgs)
Integer
update(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, dump, getCallingPackage, getContext, getPathPermissions, getReadPermission, getStreamTypes, getWritePermission, isTemporary, onConfigurationChanged, onLowMemory, onTrimMemory, openAssetFile, openAssetFile, openFile, openFile, openFileHelper, openPipeHelper, openTypedAssetFile, openTypedAssetFile, query, query, refresh, restoreCallingIdentity, setPathPermissions, setReadPermission, setWritePermission, shutdown, uncanonicalize
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-