LikeView.ObjectType
Đã 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.

Encapsulates the valid values for the facebook:object_type attribute for a LikeView

Mở rộng:Enum
Gói:widget
Phương thức nhóm
values()
public static ObjectType values()
valueOf(String)
public static ObjectType valueOf(String name)
Thông sốMô tả
name
fromInt(int)
public static ObjectType fromInt(int enumValue)
Thông sốMô tả
enumValue
Phương thức thực thể
getValue()
public int getValue()
Hằng
UNKNOWN
This is the default value
public static final ObjectType UNKNOWN
OPEN_GRAPH
Indicates that the object id set on this LikeView is an Open Graph object
public static final ObjectType OPEN_GRAPH
PAGE
Indicates that the object id set on this LikeView is a Page.
public static final ObjectType PAGE