FacebookDialog.DialogFeature
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.

Provides an interface for describing a specific feature provided by a FacebookDialog. This is public primarily to allow its use elsewhere in the Android SDK; developers are discouraged from constructing their own DialogFeature implementations internal API may change.

Gói:widget
Phương thức thực thể
getAction()

This method is for internal use only.

public String getAction()
getMinVersion()

This method is for internal use only.

public int getMinVersion()
name()

This method is for internal use only.

For all Enums that implement this interface, the name() method is already present. It returns the String representation of the Enum value, verbatim.

public String name()