Uses of Class
org.robovm.apple.corelocation.CLAuthorizationStatus
| Package | Description |
|---|---|
| org.robovm.apple.corelocation |
-
Uses of CLAuthorizationStatus in org.robovm.apple.corelocation
Methods in org.robovm.apple.corelocation that return CLAuthorizationStatus Modifier and Type Method Description CLAuthorizationStatusCLLocationManager. authorizationStatus()static CLAuthorizationStatusCLLocationManager. getAuthorizationStatus()Deprecated.Deprecated in iOS 14.0.static CLAuthorizationStatusCLAuthorizationStatus. valueOf(long n)Returns the enum constant of this type with the specified name.static CLAuthorizationStatusCLAuthorizationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CLAuthorizationStatus[]CLAuthorizationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.corelocation with parameters of type CLAuthorizationStatus Modifier and Type Method Description voidCLLocationManagerDelegate. didChangeAuthorizationStatus(CLLocationManager manager, CLAuthorizationStatus status)Deprecated.Deprecated in iOS 14.0.voidCLLocationManagerDelegateAdapter. didChangeAuthorizationStatus(CLLocationManager manager, CLAuthorizationStatus status)Deprecated.Deprecated in iOS 14.0.