Package org.robovm.apple.accounts
Class ACAccountTypeIdentifier
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<NSString>
org.robovm.apple.accounts.ACAccountTypeIdentifier
public class ACAccountTypeIdentifier extends GlobalValueEnumeration<NSString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classACAccountTypeIdentifier.AsListMarshalerstatic classACAccountTypeIdentifier.Marshalerstatic classACAccountTypeIdentifier.Values -
Field Summary
Fields Modifier and Type Field Description static ACAccountTypeIdentifierFacebookDeprecated.Deprecated in iOS 11.0.static ACAccountTypeIdentifierSinaWeiboDeprecated.Deprecated in iOS 11.0.static ACAccountTypeIdentifierTencentWeiboDeprecated.Deprecated in iOS 11.0.static ACAccountTypeIdentifierTwitterDeprecated.Deprecated in iOS 11.0. -
Method Summary
Modifier and Type Method Description static ACAccountTypeIdentifiervalueOf(NSString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
Twitter
Deprecated.Deprecated in iOS 11.0. Use Twitter SDK instead -
Facebook
Deprecated.Deprecated in iOS 11.0. Use Facebook SDK instead -
SinaWeibo
Deprecated.Deprecated in iOS 11.0. Use Sina Weibo SDK instead -
TencentWeibo
Deprecated.Deprecated in iOS 11.0. Use Tencent Weibo SDK instead
-
-
Method Details