Uses of Class
org.robovm.apple.localauthentication.LACredentialType
| Package | Description |
|---|---|
| org.robovm.apple.localauthentication |
-
Uses of LACredentialType in org.robovm.apple.localauthentication
Methods in org.robovm.apple.localauthentication that return LACredentialType Modifier and Type Method Description static LACredentialTypeLACredentialType. valueOf(long n)Returns the enum constant of this type with the specified name.static LACredentialTypeLACredentialType. valueOf(String name)Returns the enum constant of this type with the specified name.static LACredentialType[]LACredentialType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.localauthentication with parameters of type LACredentialType Modifier and Type Method Description booleanLAContext. isCredentialSet(LACredentialType type)booleanLAContext. setCredential(NSData credential, LACredentialType type)