LikeView.ObjectType
Es ist eine neuere Version dieser Klasse verfügbar. Sieh sie dir an mit der aktuellsten Version.

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

Erweiterungen:Enum
Package:widget
Klassenmethoden
values()
public static ObjectType values()
valueOf(String)
public static ObjectType valueOf(String name)
ParameterBeschreibung
name
fromInt(int)
public static ObjectType fromInt(int enumValue)
ParameterBeschreibung
enumValue
Instance-Methoden
getValue()
public int getValue()
Konstanten
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