Uses of Class
org.robovm.apple.accounts.ACAccount
| Package | Description |
|---|---|
| org.robovm.apple.accounts | |
| org.robovm.apple.social | |
| org.robovm.apple.twitter |
-
Uses of ACAccount in org.robovm.apple.accounts
Methods in org.robovm.apple.accounts that return ACAccount Modifier and Type Method Description ACAccountACAccountStore. getAccount(String identifier)Deprecated.Methods in org.robovm.apple.accounts that return types with arguments of type ACAccount Modifier and Type Method Description NSArray<ACAccount>ACAccountStore. getAccounts()Deprecated.NSArray<ACAccount>ACAccountStore. getAccounts(ACAccountType accountType)Deprecated.Methods in org.robovm.apple.accounts with parameters of type ACAccount Modifier and Type Method Description voidACAccountStore. removeAccount(ACAccount account, VoidBlock2<Boolean,NSError> completionHandler)Deprecated.voidACAccountStore. renewCredentials(ACAccount account, VoidBlock2<ACAccountCredentialRenewResult,NSError> completionHandler)Deprecated.voidACAccountStore. saveAccount(ACAccount account, VoidBlock2<Boolean,NSError> completionHandler)Deprecated. -
Uses of ACAccount in org.robovm.apple.social
Methods in org.robovm.apple.social that return ACAccount Modifier and Type Method Description ACAccountSLRequest. getAccount()Methods in org.robovm.apple.social with parameters of type ACAccount Modifier and Type Method Description voidSLRequest. setAccount(ACAccount v) -
Uses of ACAccount in org.robovm.apple.twitter
Methods in org.robovm.apple.twitter that return ACAccount Modifier and Type Method Description ACAccountTWRequest. getAccount()Deprecated.Methods in org.robovm.apple.twitter with parameters of type ACAccount Modifier and Type Method Description voidTWRequest. setAccount(ACAccount v)Deprecated.