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