Packagecom.milkmangames.nativeextensions
Classpublic class GVSocialServiceType
InheritanceGVSocialServiceType Inheritance Object

Enumerates the types of Social Services supported for sharing by the extension



Public Methods
 MethodDefined By
  
decode(inValue:String):String
[static] Decode an internal iOS string to a GVSocialServiceType constant
GVSocialServiceType
Public Constants
 ConstantDefined By
  FACEBOOK : String = FACEBOOK
[static] Facebook
GVSocialServiceType
  SINAWEIBO : String = SINAWEIBO
[static] SinaWeibo
GVSocialServiceType
  SMS : String = SMS
[static] SMS
GVSocialServiceType
  TWITTER : String = TWITTER
[static] Twitter
GVSocialServiceType
Method Detail
decode()method
public static function decode(inValue:String):String

Decode an internal iOS string to a GVSocialServiceType constant

Parameters

inValue:String

Returns
String
Constant Detail
FACEBOOKConstant
public static const FACEBOOK:String = FACEBOOK

Facebook

SINAWEIBOConstant 
public static const SINAWEIBO:String = SINAWEIBO

SinaWeibo

SMSConstant 
public static const SMS:String = SMS

SMS

TWITTERConstant 
public static const TWITTER:String = TWITTER

Twitter