FacebookDialog.OpenGraphActionDialogFeature
이 클래스는 더 이상 최신 버전의 SDK에서 사용할 수 없습니다.
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

Defines a set of features that may be supported by the native Open Graph dialogs 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
인스턴스 메서드
getAction()

This method is for internal use only.

public String getAction()
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