Uses of Class
org.robovm.apple.localauthentication.LAPolicy
| Package | Description |
|---|---|
| org.robovm.apple.localauthentication |
-
Uses of LAPolicy in org.robovm.apple.localauthentication
Methods in org.robovm.apple.localauthentication that return LAPolicy Modifier and Type Method Description static LAPolicyLAPolicy. valueOf(long n)Returns the enum constant of this type with the specified name.static LAPolicyLAPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static LAPolicy[]LAPolicy. 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 LAPolicy Modifier and Type Method Description booleanLAContext. canEvaluatePolicy(LAPolicy policy)voidLAContext. evaluatePolicy(LAPolicy policy, String localizedReason, VoidBlock2<Boolean,NSError> reply)