| Package | com.milkmangames.nativeextensions |
| Class | public class GVSocialServiceType |
| Inheritance | GVSocialServiceType Object |
| Method | Defined By | ||
|---|---|---|---|
decode(inValue:String):String [static] Decode an internal iOS string to a GVSocialServiceType constant | GVSocialServiceType | ||
| Constant | Defined 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 | ||
| decode | () | method |
public static function decode(inValue:String):StringDecode an internal iOS string to a GVSocialServiceType constant
Parameters
inValue:String |
String |
| Constant |
public static const FACEBOOK:String = FACEBOOK| SINAWEIBO | Constant |
public static const SINAWEIBO:String = SINAWEIBOSinaWeibo
| SMS | Constant |
public static const SMS:String = SMSSMS
| Constant |
public static const TWITTER:String = TWITTER