Uses of Class
org.robovm.apple.sensorkit.SRAuthorizationStatus
| Package | Description |
|---|---|
| org.robovm.apple.sensorkit |
-
Uses of SRAuthorizationStatus in org.robovm.apple.sensorkit
Methods in org.robovm.apple.sensorkit that return SRAuthorizationStatus Modifier and Type Method Description SRAuthorizationStatusSRSensorReader. getAuthorizationStatus()static SRAuthorizationStatusSRAuthorizationStatus. valueOf(long n)Returns the enum constant of this type with the specified name.static SRAuthorizationStatusSRAuthorizationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SRAuthorizationStatus[]SRAuthorizationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.sensorkit with parameters of type SRAuthorizationStatus Modifier and Type Method Description voidSRSensorReaderDelegate. didChangeAuthorizationStatus(SRSensorReader reader, SRAuthorizationStatus authorizationStatus)voidSRSensorReaderDelegateAdapter. didChangeAuthorizationStatus(SRSensorReader reader, SRAuthorizationStatus authorizationStatus)