FacebookDialog.OpenGraphActionDialogFeature
คลาสนี้ไม่มีให้ใช้งานใน SDK เวอร์ชั่นล่าสุดอีกต่อไป
เวอร์ชั่นที่ใหม่กว่าของคลาสนี้พร้อมแล้ว ตรวจสอบได้ เวอร์ชั่นล่าสุด

Defines a set of features that may be supported by the native Open Graph action dialog exposed by the Facebook application. As additional features are added, these flags may be passed to FacebookDialog.canPresentOpenGraphActionDialog(android.content.Context, com.facebook.widget.FacebookDialog.OpenGraphActionDialogFeature...) 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 OpenGraphActionDialogFeature values()
valueOf(String)
public static OpenGraphActionDialogFeature valueOf(String name)
พารามิเตอร์คำอธิบาย
name
วิธีการแบบอินสแตนซ์
getMinVersion()

This method is for internal use only.

public int getMinVersion()
ค่าคงตัว
OG_ACTION_DIALOG
Indicates whether the native Open Graph action dialog itself is supported by the installed version of the Facebook application.
public static final OpenGraphActionDialogFeature OG_ACTION_DIALOG