Package org.robovm.apple.corelocation
Class CLBeaconRegion
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.corelocation.CLRegion
org.robovm.apple.corelocation.CLBeaconRegion
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,NSSecureCoding,ObjCProtocol
public class CLBeaconRegion extends CLRegion
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCLBeaconRegion.CLBeaconRegionPtrNested classes/interfaces inherited from class org.robovm.apple.corelocation.CLRegion
CLRegion.CLRegionPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description CLBeaconRegion()CLBeaconRegion(CLBeaconIdentityConstraint beaconIdentityConstraint, String identifier)CLBeaconRegion(CLLocationCoordinate2D center, double radius, String identifier)Deprecated.Deprecated in iOS 7.0.protectedCLBeaconRegion(NSObject.Handle h, long handle)protectedCLBeaconRegion(NSObject.SkipInit skipInit)CLBeaconRegion(NSUUID proximityUUID, short major, short minor, String identifier)Deprecated.Deprecated in iOS 13.0.CLBeaconRegion(NSUUID proximityUUID, short major, String identifier)Deprecated.Deprecated in iOS 13.0.CLBeaconRegion(NSUUID proximityUUID, String identifier)Deprecated.Deprecated in iOS 13.0. -
Method Summary
Modifier and Type Method Description static CLBeaconRegioncreateUsingUUID(NSUUID uuid, short major, short minor, String identifier)static CLBeaconRegioncreateUsingUUID(NSUUID uuid, short major, String identifier)static CLBeaconRegioncreateUsingUUID(NSUUID uuid, String identifier)protected longcreateUsingUUID0(NSUUID uuid, short major, short minor, String identifier)protected longcreateUsingUUID0(NSUUID uuid, short major, String identifier)protected longcreateUsingUUID0(NSUUID uuid, String identifier)CLBeaconIdentityConstraintgetBeaconIdentityConstraint()NSNumbergetMajor()NSNumbergetMinor()CBAdvertisementDatagetPeripheralData(NSNumber measuredPower)NSUUIDgetProximityUUID()Deprecated.Deprecated in iOS 13.0.NSUUIDgetUUID()protected longinit(CLBeaconIdentityConstraint beaconIdentityConstraint, String identifier)protected longinit(NSUUID proximityUUID, short major, short minor, String identifier)Deprecated.Deprecated in iOS 13.0.protected longinit(NSUUID proximityUUID, short major, String identifier)Deprecated.Deprecated in iOS 13.0.protected longinit(NSUUID proximityUUID, String identifier)Deprecated.Deprecated in iOS 13.0.booleannotifiesEntryStateOnDisplay()voidsetNotifiesEntryStateOnDisplay(boolean v)static booleansupportsSecureCoding()Methods inherited from class org.robovm.apple.corelocation.CLRegion
containsCoordinate, encode, getCenter, getIdentifier, getRadius, init, init, notifiesOnEntry, notifiesOnExit, setNotifiesOnEntry, setNotifiesOnExitMethods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
CLBeaconRegion
public CLBeaconRegion() -
CLBeaconRegion
-
CLBeaconRegion
-
CLBeaconRegion
Deprecated.Deprecated in iOS 13.0. Use -initWithUUID:identifier: -
CLBeaconRegion
Deprecated.Deprecated in iOS 13.0. Use -initWithUUID:major:identifier: -
CLBeaconRegion
@Deprecated public CLBeaconRegion(NSUUID proximityUUID, short major, short minor, String identifier)Deprecated.Deprecated in iOS 13.0. Use -initWithUUID:major:identifier: -
CLBeaconRegion
- Since:
- Available in iOS 13.0 and later.
-
CLBeaconRegion
Deprecated.Deprecated in iOS 7.0. Please see CLCircularRegion
-
-
Method Details
-
createUsingUUID
- Since:
- Available in iOS 13.0 and later.
-
createUsingUUID
- Since:
- Available in iOS 13.0 and later.
-
createUsingUUID
public static CLBeaconRegion createUsingUUID(NSUUID uuid, short major, short minor, String identifier)- Since:
- Available in iOS 13.0 and later.
-
getBeaconIdentityConstraint
- Since:
- Available in iOS 13.0 and later.
-
getUUID
- Since:
- Available in iOS 13.0 and later.
-
getProximityUUID
Deprecated.Deprecated in iOS 13.0. Use -UUID -
getMajor
-
getMinor
-
notifiesEntryStateOnDisplay
public boolean notifiesEntryStateOnDisplay() -
setNotifiesEntryStateOnDisplay
public void setNotifiesEntryStateOnDisplay(boolean v) -
supportsSecureCoding
public static boolean supportsSecureCoding() -
createUsingUUID0
- Since:
- Available in iOS 13.0 and later.
-
init
Deprecated.Deprecated in iOS 13.0. Use -initWithUUID:identifier: -
createUsingUUID0
- Since:
- Available in iOS 13.0 and later.
-
init
Deprecated.Deprecated in iOS 13.0. Use -initWithUUID:major:identifier: -
createUsingUUID0
- Since:
- Available in iOS 13.0 and later.
-
init
Deprecated.Deprecated in iOS 13.0. Use -initWithUUID:major:identifier: -
init
- Since:
- Available in iOS 13.0 and later.
-
getPeripheralData
-