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