NativeAppCallContentProvider
Lớp này không còn khả dụng trong phiên bản gần đây nhất của SDK.
Đã có phiên bản mới hơn của lớp này. Hãy kiểm tra phiên bản mới nhất.

Implements a ContentProvider that can be used to provide binary attachments (e.g., images) to calls made via FacebookDialog. The NativeAppCallAttachmentStore class provides methods to attach and clean up the attachments.

Note that this ContentProvider is only necessary if an application wishes to attach images, etc., that are stored in memory and do not have another way to be referenced by a content URI. For images obtained from, e.g., the Camera or Gallery, that already have a content URI associated with them, use of this class is not necessary.

If an application wishes to attach images that are stored in-memory within the application, this content provider must be listed in the application's AndroidManifest.xml, and it should be named according to the pattern "com.facebook.app.NativeAppCallContentProvider{FACEBOOK_APP_ID}". See the getContentProviderName.getAttachmentUrl(String) method.

Mở rộng:ContentProvider
Gói:facebook
Xây dựng
NativeAppCallContentProvider()
public NativeAppCallContentProvider()
Phương thức nhóm
getAttachmentUrl(String, UUID, String)

Returns the name of the content provider formatted correctly for constructing URLs.

public static String getAttachmentUrl(String applicationId, UUID callId, String attachmentName)
Thông sốMô tả
applicationIdThe Facebook application ID of the application
callId
attachmentName
Returns
The String to use as the authority portion of a content URI.
Phương thức thực thể
onCreate()
public boolean onCreate()
query(Uri, String, String, String, String)
public Cursor query(Uri uri, String strings, String s, String strings2, String s2)
Thông sốMô tả
uri
strings
s
strings2
s2
getType(Uri)
public String getType(Uri uri)
Thông sốMô tả
uri
insert(Uri, ContentValues)
public Uri insert(Uri uri, ContentValues contentValues)
Thông sốMô tả
uri
contentValues
delete(Uri, String, String)
public int delete(Uri uri, String s, String strings)
Thông sốMô tả
uri
s
strings
update(Uri, ContentValues, String, String)
public int update(Uri uri, ContentValues contentValues, String s, String strings)
Thông sốMô tả
uri
contentValues
s
strings
openFile(Uri, String)
public ParcelFileDescriptor openFile(Uri uri, String mode)
Thông sốMô tả
uri
mode