Uses of Class
org.robovm.apple.social.SLServiceType
| Package | Description |
|---|---|
| org.robovm.apple.social |
-
Uses of SLServiceType in org.robovm.apple.social
Fields in org.robovm.apple.social declared as SLServiceType Modifier and Type Field Description static SLServiceTypeSLServiceType. FacebookDeprecated.Deprecated in iOS 11.0.static SLServiceTypeSLServiceType. LinkedInDeprecated.Deprecated in iOS 11.0.static SLServiceTypeSLServiceType. SinaWeiboDeprecated.Deprecated in iOS 11.0.static SLServiceTypeSLServiceType. TencentWeiboDeprecated.Deprecated in iOS 11.0.static SLServiceTypeSLServiceType. TwitterDeprecated.Deprecated in iOS 11.0.Methods in org.robovm.apple.social that return SLServiceType Modifier and Type Method Description SLServiceTypeSLComposeViewController. getServiceType()static SLServiceTypeSLServiceType.Marshaler. toObject(Class<SLServiceType> cls, long handle, long flags)static SLServiceTypeSLServiceType. valueOf(NSString value)Methods in org.robovm.apple.social that return types with arguments of type SLServiceType Modifier and Type Method Description static List<SLServiceType>SLServiceType.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.social with parameters of type SLServiceType Modifier and Type Method Description protected static longSLComposeViewController. create(SLServiceType serviceType)protected static longSLRequest. create(SLServiceType serviceType, SLRequestMethod requestMethod, NSURL url, NSDictionary<NSString,?> parameters)static booleanSLComposeViewController. isAvailable(SLServiceType serviceType)static longSLServiceType.Marshaler. toNative(SLServiceType o, long flags)Method parameters in org.robovm.apple.social with type arguments of type SLServiceType Modifier and Type Method Description static longSLServiceType.AsListMarshaler. toNative(List<SLServiceType> l, long flags)static SLServiceTypeSLServiceType.Marshaler. toObject(Class<SLServiceType> cls, long handle, long flags)Constructors in org.robovm.apple.social with parameters of type SLServiceType Constructor Description SLComposeViewController(SLServiceType serviceType)SLRequest(SLServiceType serviceType, SLRequestMethod requestMethod, NSURL url, NSDictionary<NSString,?> parameters)