Uses of Class
org.robovm.apple.corelocation.CLRegion
| Package | Description |
|---|---|
| org.robovm.apple.appclip | |
| org.robovm.apple.corelocation | |
| org.robovm.apple.homekit | |
| org.robovm.apple.intents | |
| org.robovm.apple.uikit | |
| org.robovm.apple.usernotifications |
-
Uses of CLRegion in org.robovm.apple.appclip
Methods in org.robovm.apple.appclip with parameters of type CLRegion Modifier and Type Method Description voidAPActivationPayload. confirmAcquiredInRegion(CLRegion region, VoidBlock2<Boolean,NSError> completionHandler) -
Uses of CLRegion in org.robovm.apple.corelocation
Subclasses of CLRegion in org.robovm.apple.corelocation Modifier and Type Class Description classCLBeaconRegionclassCLCircularRegionMethods in org.robovm.apple.corelocation that return CLRegion Modifier and Type Method Description CLRegionCLError. getAlternateRegion()CLRegionCLPlacemark. getRegion()Methods in org.robovm.apple.corelocation that return types with arguments of type CLRegion Modifier and Type Method Description NSSet<CLRegion>CLLocationManager. getMonitoredRegions()Methods in org.robovm.apple.corelocation with parameters of type CLRegion Modifier and Type Method Description voidCLLocationManagerDelegate. didDetermineState(CLLocationManager manager, CLRegionState state, CLRegion region)voidCLLocationManagerDelegateAdapter. didDetermineState(CLLocationManager manager, CLRegionState state, CLRegion region)voidCLLocationManagerDelegate. didEnterRegion(CLLocationManager manager, CLRegion region)voidCLLocationManagerDelegateAdapter. didEnterRegion(CLLocationManager manager, CLRegion region)voidCLLocationManagerDelegate. didExitRegion(CLLocationManager manager, CLRegion region)voidCLLocationManagerDelegateAdapter. didExitRegion(CLLocationManager manager, CLRegion region)voidCLLocationManagerDelegate. didStartMonitoring(CLLocationManager manager, CLRegion region)voidCLLocationManagerDelegateAdapter. didStartMonitoring(CLLocationManager manager, CLRegion region)voidCLGeocoder. geocodeAddress(String addressString, CLRegion region, NSLocale locale, VoidBlock2<NSArray<CLPlacemark>,NSError> completionHandler)voidCLGeocoder. geocodeAddress(String addressString, CLRegion region, VoidBlock2<NSArray<CLPlacemark>,NSError> completionHandler)voidCLLocationManagerDelegate. monitoringDidFail(CLLocationManager manager, CLRegion region, NSError error)voidCLLocationManagerDelegateAdapter. monitoringDidFail(CLLocationManager manager, CLRegion region, NSError error)voidCLLocationManager. requestState(CLRegion region)voidCLLocationManager. startMonitoring(CLRegion region)voidCLLocationManager. stopMonitoring(CLRegion region)Method parameters in org.robovm.apple.corelocation with type arguments of type CLRegion Modifier and Type Method Description static booleanCLLocationManager. isMonitoringAvailable(Class<? extends CLRegion> regionClass) -
Uses of CLRegion in org.robovm.apple.homekit
Methods in org.robovm.apple.homekit that return CLRegion Modifier and Type Method Description CLRegionHMLocationEvent. getRegion()CLRegionHMMutableLocationEvent. getRegion()Methods in org.robovm.apple.homekit with parameters of type CLRegion Modifier and Type Method Description protected longHMLocationEvent. init(CLRegion region)voidHMMutableLocationEvent. setRegion(CLRegion v)voidHMLocationEvent. updateRegion(CLRegion region, VoidBlock1<NSError> completion)Deprecated.Deprecated in iOS 11.0.Constructors in org.robovm.apple.homekit with parameters of type CLRegion Constructor Description HMLocationEvent(CLRegion region)HMMutableLocationEvent(CLRegion region) -
Uses of CLRegion in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return CLRegion Modifier and Type Method Description CLRegionINLocationRelevanceProvider. getRegion()Methods in org.robovm.apple.intents with parameters of type CLRegion Modifier and Type Method Description protected longINLocationRelevanceProvider. init(CLRegion region)Constructors in org.robovm.apple.intents with parameters of type CLRegion Constructor Description INLocationRelevanceProvider(CLRegion region) -
Uses of CLRegion in org.robovm.apple.uikit
Methods in org.robovm.apple.uikit that return CLRegion Modifier and Type Method Description CLRegionUILocalNotification. getRegion()Deprecated.Methods in org.robovm.apple.uikit with parameters of type CLRegion Modifier and Type Method Description voidUILocalNotification. setRegion(CLRegion v)Deprecated. -
Uses of CLRegion in org.robovm.apple.usernotifications
Methods in org.robovm.apple.usernotifications that return CLRegion Modifier and Type Method Description CLRegionUNLocationNotificationTrigger. getRegion()Methods in org.robovm.apple.usernotifications with parameters of type CLRegion Modifier and Type Method Description protected static longUNLocationNotificationTrigger. create(CLRegion region, boolean repeats)Constructors in org.robovm.apple.usernotifications with parameters of type CLRegion Constructor Description UNLocationNotificationTrigger(CLRegion region, boolean repeats)