Uses of Class
org.robovm.apple.accounts.ACAccountType
| Package | Description |
|---|---|
| org.robovm.apple.accounts |
-
Uses of ACAccountType in org.robovm.apple.accounts
Methods in org.robovm.apple.accounts that return ACAccountType Modifier and Type Method Description ACAccountTypeACAccount. getAccountType()Deprecated.ACAccountTypeACAccountStore. getAccountType(ACAccountTypeIdentifier typeIdentifier)Deprecated.Methods in org.robovm.apple.accounts with parameters of type ACAccountType Modifier and Type Method Description NSArray<ACAccount>ACAccountStore. getAccounts(ACAccountType accountType)Deprecated.protected longACAccount. init(ACAccountType type)Deprecated.voidACAccountStore. requestAccessToAccounts(ACAccountType accountType, ACAccountOptions options, VoidBlock2<Boolean,NSError> completion)Deprecated.protected voidACAccountStore. requestAccessToAccounts(ACAccountType accountType, NSDictionary<?,?> options, VoidBlock2<Boolean,NSError> completion)Deprecated.voidACAccount. setAccountType(ACAccountType v)Deprecated.Constructors in org.robovm.apple.accounts with parameters of type ACAccountType Constructor Description ACAccount(ACAccountType type)Deprecated.