MessageDialog
Đã 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.

Provides functionality to send content via the Facebook Message Dialog

Mở rộng:FacebookDialogBase
Triển khai:Sharer
Gói:widget
Xây dựng
MessageDialog(Activity)

Constructs a MessageDialog.

public MessageDialog(Activity activity)
Thông sốMô tả
activityActivity to use to send the provided content.
MessageDialog(Fragment)

Constructs a MessageDialog.

public MessageDialog(Fragment fragment)
Thông sốMô tả
fragmentAndroid.support.v4.app.Fragment to use to send the provided content.
MessageDialog(Fragment)

Constructs a MessageDialog.

public MessageDialog(Fragment fragment)
Thông sốMô tả
fragmentAndroid.app.Fragment to use to send the provided content.
Phương thức nhóm
show(Activity, ShareContent)

Helper to show the provided ShareContent using the provided Activity. No callback will be invoked.

public static void show(Activity activity, ShareContent shareContent)
Thông sốMô tả
activityActivity to use to send the provided content
shareContentContent to send
show(Fragment, ShareContent)

Helper to show the provided ShareContent using the provided Fragment. No callback will be invoked.

public static void show(Fragment fragment, ShareContent shareContent)
Thông sốMô tả
fragmentAndroid.support.v4.app.Fragment to use to send the provided content
shareContentContent to send
show(Fragment, ShareContent)

Helper to show the provided ShareContent using the provided Fragment. No callback will be invoked.

public static void show(Fragment fragment, ShareContent shareContent)
Thông sốMô tả
fragmentAndroid.app.Fragment to use to send the provided content
shareContentContent to send
canShow(Class)

Indicates whether it is possible to show the dialog for ShareContent of the specified type.

public static boolean canShow(Class contentType)
Thông sốMô tả
contentTypeClass of the intended ShareContent to send.
Returns
True if the specified content type can be shown via the dialog
Phương thức thực thể
getShouldFailOnDataError()

Specifies whether the sharer should fail if it finds an error with the share content. If false, the share dialog will still be displayed without the data that was mis-configured. For example, an invalid placeID specified on the shareContent would produce a data error.

public boolean getShouldFailOnDataError()
Returns
A Boolean value.
getShouldFailOnDataError()
public boolean getShouldFailOnDataError()
setShouldFailOnDataError(boolean)

Specifies whether the sharer should fail if it finds an error with the share content. If false, the share dialog will still be displayed without the data that was mis-configured. For example, an invalid placeID specified on the shareContent would produce a data error.

public void setShouldFailOnDataError(boolean shouldFailOnDataError)
Thông sốMô tả
shouldFailOnDataErrorWhether the dialog should fail if it finds an error.
setShouldFailOnDataError(boolean)
public void setShouldFailOnDataError(boolean shouldFailOnDataError)
Thông sốMô tả
shouldFailOnDataError