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