opensocial.Enum
- Method
- opensocial.Enum.Drinker
- opensocial.Enum.Gender
- opensocial.Enum.LookingFor
- opensocial.Enum.Presence
- opensocial.Enum.Smoker
Method
opensocial.Enum.getKey
Parameter
None
Return value
Type |
Description |
---|---|
String |
Key |
Sample
opensocial.Enum.getDisplayValue
Acquires the Enum value. A displayable string is returned.
Parameter
None
Return value
Type |
Description |
---|---|
String |
Value |
Sample
opensocial.Enum.Drinker
opensocial.Enum.Drinker.NO
Not supported.
opensocial.Enum.Drinker.YES
Not supported.
opensocial.Enum.Drinker.SOCIALLY
Not supported.
opensocial.Enum.Drinker.OCCASIONALLY
Not supported.
opensocial.Enum.Drinker.REGULARLY
Not supported.
opensocial.Enum.Drinker.HEAVILY
Not supported.
opensocial.Enum.Drinker.QUITTING
Not supported.
opensocial.Enum.Drinker.QUIT
Not supported.
opensocial.Enum.Gender
opensocial.Enum.Gender.MALE
opensocial.Enum.Gender.FEMALE
opensocial.Enum.LookingFor
opensocial.Enum.LookingFor.DATING
Not supported.
opensocial.Enum.LookingFor.FRIENDS
Not supported.
opensocial.Enum.LookingFor.RELATIONSHIP
Not supported.
opensocial.Enum.LookingFor.NETWORKING
Not supported.
opensocial.Enum.LookingFor.ACTIVITY_PARTNERS
Not supported.
opensocial.Enum.LookingFor.RANDOM
Not supported.
opensocial.Enum.Presence
opensocial.Enum.Presence.OFFLINE
Not supported.
opensocial.Enum.Presence.ONLINE
Not supported.
opensocial.Enum.Presence.AWAY
Not supported.
opensocial.Enum.Presence.CHAT
Not supported.
opensocial.Enum.Presence.DND
Not supported.
opensocial.Enum.Presence.XA
Not supported.
opensocial.Enum.Smoker
opensocial.Enum.Smoker.NO
Not supported.
opensocial.Enum.Smoker.YES
Not supported.
opensocial.Enum.Smoker.SOCIALLY
Not supported.
opensocial.Enum.Smoker.OCCASIONALLY
Not supported.
opensocial.Enum.Smoker.REGULARLY
Not supported.
opensocial.Enum.Smoker.HEAVILY
Not supported.
opensocial.Enum.Smoker.QUITTING
Not supported.
opensocial.Enum.Smoker.QUIT
Not supported.
Revision History
- 12/2010
- Initial Release.