Uses of Class
org.robovm.apple.authservices.ASCredentialServiceIdentifierType
| Package | Description |
|---|---|
| org.robovm.apple.authservices |
-
Uses of ASCredentialServiceIdentifierType in org.robovm.apple.authservices
Methods in org.robovm.apple.authservices that return ASCredentialServiceIdentifierType Modifier and Type Method Description ASCredentialServiceIdentifierTypeASCredentialServiceIdentifier. getType()static ASCredentialServiceIdentifierTypeASCredentialServiceIdentifierType. valueOf(long n)Returns the enum constant of this type with the specified name.static ASCredentialServiceIdentifierTypeASCredentialServiceIdentifierType. valueOf(String name)Returns the enum constant of this type with the specified name.static ASCredentialServiceIdentifierType[]ASCredentialServiceIdentifierType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.authservices with parameters of type ASCredentialServiceIdentifierType Modifier and Type Method Description protected longASCredentialServiceIdentifier. init(String identifier, ASCredentialServiceIdentifierType type)Constructors in org.robovm.apple.authservices with parameters of type ASCredentialServiceIdentifierType Constructor Description ASCredentialServiceIdentifier(String identifier, ASCredentialServiceIdentifierType type)