FacebookDialog.OpenGraphMessageDialogFeature
لم تعد هذه الفئة متوفر في أحدث إصدار من SDK.
يتوفر إصدار أحدث لهذه الفئة. يرجى التحقق أحدث إصدار.

Defines a set of features that may be supported by the native Open Graph Message dialogs exposed by the Facebook application. As additional features are added, these flags may be passed to FacebookDialog.canPresentOpenGraphMessageDialog(android.content.Context, com.facebook.widget.FacebookDialog.OpenGraphMessageDialogFeature...) to determine whether the version of the Facebook application installed on the user's device is recent enough to support specific features, which in turn may be used to determine which UI, etc., to present to the user.

الإضافات:Enum
عمليات التنفيذ:DialogFeature
الحزمة:widget
طرق الفئات
values()
public static OpenGraphMessageDialogFeature values()
valueOf(String)
public static OpenGraphMessageDialogFeature valueOf(String name)
المعلمةالوصف
name
طرق المثيلات
getAction()

This method is for internal use only.

public String getAction()
getAction()

This method is for internal use only.

public String getAction()
getMinVersion()

This method is for internal use only.

public int getMinVersion()
getMinVersion()

This method is for internal use only.

public int getMinVersion()
القيم الثابتة
OG_MESSAGE_DIALOG
Indicates whether the native Open Graph Message dialog itself is supported by the installed version of the Messenger application.
public static final OpenGraphMessageDialogFeature OG_MESSAGE_DIALOG