Uses of Class
org.robovm.apple.corelocation.CLBeaconRegion
| Package | Description |
|---|---|
| org.robovm.apple.corelocation |
-
Uses of CLBeaconRegion in org.robovm.apple.corelocation
Methods in org.robovm.apple.corelocation that return CLBeaconRegion Modifier and Type Method Description static CLBeaconRegionCLBeaconRegion. createUsingUUID(NSUUID uuid, short major, short minor, String identifier)static CLBeaconRegionCLBeaconRegion. createUsingUUID(NSUUID uuid, short major, String identifier)static CLBeaconRegionCLBeaconRegion. createUsingUUID(NSUUID uuid, String identifier)Methods in org.robovm.apple.corelocation that return types with arguments of type CLBeaconRegion Modifier and Type Method Description NSSet<CLBeaconRegion>CLLocationManager. getRangedRegions()Deprecated.Deprecated in iOS 13.0.Methods in org.robovm.apple.corelocation with parameters of type CLBeaconRegion Modifier and Type Method Description voidCLLocationManagerDelegate. didRangeBeacons(CLLocationManager manager, NSArray<CLBeacon> beacons, CLBeaconRegion region)Deprecated.Deprecated in iOS 13.0.voidCLLocationManagerDelegateAdapter. didRangeBeacons(CLLocationManager manager, NSArray<CLBeacon> beacons, CLBeaconRegion region)Deprecated.Deprecated in iOS 13.0.voidCLLocationManagerDelegate. rangingBeaconsDidFail(CLLocationManager manager, CLBeaconRegion region, NSError error)Deprecated.Deprecated in iOS 13.0.voidCLLocationManagerDelegateAdapter. rangingBeaconsDidFail(CLLocationManager manager, CLBeaconRegion region, NSError error)Deprecated.Deprecated in iOS 13.0.voidCLLocationManager. startRangingBeacons(CLBeaconRegion region)Deprecated.Deprecated in iOS 13.0.voidCLLocationManager. stopRangingBeacons(CLBeaconRegion region)Deprecated.Deprecated in iOS 13.0.