LikeView.ObjectType
有此級別的更新版本。前往查看 最新版本。

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

延伸:Enum
套件:widget
類別方式
values()
public static ObjectType values()
valueOf(String)
public static ObjectType valueOf(String name)
參數說明
name
fromInt(int)
public static ObjectType fromInt(int enumValue)
參數說明
enumValue
執行個體方法
getValue()
public int getValue()
常數
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