Uses of Class
org.robovm.apple.corelocation.CLBeaconIdentityConstraint
| Package | Description |
|---|---|
| org.robovm.apple.corelocation |
-
Uses of CLBeaconIdentityConstraint in org.robovm.apple.corelocation
Methods in org.robovm.apple.corelocation that return CLBeaconIdentityConstraint Modifier and Type Method Description CLBeaconIdentityConstraintCLBeaconRegion. getBeaconIdentityConstraint()Methods in org.robovm.apple.corelocation that return types with arguments of type CLBeaconIdentityConstraint Modifier and Type Method Description NSSet<CLBeaconIdentityConstraint>CLLocationManager. getRangedBeaconConstraints()Methods in org.robovm.apple.corelocation with parameters of type CLBeaconIdentityConstraint Modifier and Type Method Description voidCLLocationManagerDelegate. didFailRangingBeacons(CLLocationManager manager, CLBeaconIdentityConstraint beaconConstraint, NSError error)voidCLLocationManagerDelegateAdapter. didFailRangingBeacons(CLLocationManager manager, CLBeaconIdentityConstraint beaconConstraint, NSError error)voidCLLocationManagerDelegate. didRangeBeacons(CLLocationManager manager, NSArray<CLBeacon> beacons, CLBeaconIdentityConstraint beaconConstraint)voidCLLocationManagerDelegateAdapter. didRangeBeacons(CLLocationManager manager, NSArray<CLBeacon> beacons, CLBeaconIdentityConstraint beaconConstraint)protected longCLBeaconRegion. init(CLBeaconIdentityConstraint beaconIdentityConstraint, String identifier)voidCLLocationManager. startRangingBeaconsSatisfyingConstraint(CLBeaconIdentityConstraint constraint)voidCLLocationManager. stopRangingBeaconsSatisfyingConstraint(CLBeaconIdentityConstraint constraint)Constructors in org.robovm.apple.corelocation with parameters of type CLBeaconIdentityConstraint Constructor Description CLBeaconRegion(CLBeaconIdentityConstraint beaconIdentityConstraint, String identifier)