Uses of Class
org.robovm.apple.accounts.ACAccountCredentialRenewResult
| Package | Description |
|---|---|
| org.robovm.apple.accounts |
-
Uses of ACAccountCredentialRenewResult in org.robovm.apple.accounts
Methods in org.robovm.apple.accounts that return ACAccountCredentialRenewResult Modifier and Type Method Description static ACAccountCredentialRenewResultACAccountCredentialRenewResult. valueOf(long n)Returns the enum constant of this type with the specified name.static ACAccountCredentialRenewResultACAccountCredentialRenewResult. valueOf(String name)Returns the enum constant of this type with the specified name.static ACAccountCredentialRenewResult[]ACAccountCredentialRenewResult. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.robovm.apple.accounts with type arguments of type ACAccountCredentialRenewResult Modifier and Type Method Description voidACAccountStore. renewCredentials(ACAccount account, VoidBlock2<ACAccountCredentialRenewResult,NSError> completionHandler)Deprecated.