CLBeaconRegion 类

定义

由 iBeacon 确定的 CoreLocation 区域。

[Foundation.Register("CLBeaconRegion", true)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public class CLBeaconRegion : CoreLocation.CLRegion
type CLBeaconRegion = class
    inherit CLRegion
继承
CLBeaconRegion
属性

注解

使用 CLBeaconRegion 创建的区域可以添加到 CoreLocation 位置管理器 (查看 CLLocationManager 设备接近 iBeacon 时要监视) 。

构造函数

CLBeaconRegion(IntPtr)

创建非托管对象的托管表示形式时使用的构造函数;由运行时调用。

CLBeaconRegion(NSCoder)

从 unarchiver 对象中存储的数据初始化 对象的构造函数。

CLBeaconRegion(NSObjectFlag)

用于调用派生类的构造函数,以跳过初始化并仅分配 对象。

CLBeaconRegion(NSUuid, String)

生成由 identifier 标识的区域的构造函数,该区域报告与 proximityUuid关联的 iBeacons。

CLBeaconRegion(NSUuid, UInt16, String)

生成由 identifier 标识的区域的构造函数,该区域报告与 proximityUuid 关联的 和 分配 属性的 Major iBeacons。

CLBeaconRegion(NSUuid, UInt16, UInt16, String)

生成由 identifier 标识的区域的构造函数,该构造函数报告与 proximityUuid 关联的 和 分配属性的 MajorMinor iBeacons。

属性

Center

区域的中心

(继承自 CLRegion)
Class

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
ClassHandle

此类的句柄。

DebugDescription

此对象的开发人员有意义的说明。

(继承自 NSObject)
Description

对象的说明,即 ToString 的 Objective-C 版本。

(继承自 NSObject)
Handle

处理指向非托管对象表示形式的 (指针) 。

(继承自 NSObject)
Identifier

创建区域时使用的唯一标识符。

(继承自 CLRegion)
IsDirectBinding

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
IsProxy

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
Major

应用程序开发人员可用于任何目的的数字。

Minor

应用程序开发人员可用于任何目的的数字。

NotifyEntryStateOnDisplay

控制在用户打开其显示时,是否向用户显示进入/离开事件。

NotifyOnEntry

设备进入区域时是否应通知应用。

(继承自 CLRegion)
NotifyOnExit

设备离开区域时是否应通知应用。

(继承自 CLRegion)
ProximityUuid

与 iBeacon 关联的 UUID。

Radius

区域半径(以米为单位)。

(继承自 CLRegion)
RetainCount

返回对象的当前 Objective-C 保留计数。

(继承自 NSObject)
Self

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
Superclass

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
SuperHandle

用于表示此 NSObject 基类中方法的句柄。

(继承自 NSObject)
Zone

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)

方法

AddObserver(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)

使用 NSString keyPath) 注册在外部 (观察到的对象。   观察到的更改将调度到观察者的 对象 ObserveValue(NSString, NSObject, NSDictionary, IntPtr) 方法。

(继承自 NSObject)
AddObserver(NSObject, String, NSKeyValueObservingOptions, IntPtr)

使用 string keyPath) 注册在外部 (观察到的对象。   观察到的更改将调度到观察者的 对象 ObserveValue(NSString, NSObject, NSDictionary, IntPtr) 方法。

(继承自 NSObject)
AddObserver(NSString, NSKeyValueObservingOptions, Action<NSObservedChange>)

注册一个对象,以便使用任意方法在外部观察到。

(继承自 NSObject)
AddObserver(String, NSKeyValueObservingOptions, Action<NSObservedChange>)

注册一个对象,以便使用任意方法在外部观察到。

(继承自 NSObject)
AwakeFromNib()

从 nib 文件加载对象后调用。 重写程序必须调用 base。AwakeFromNib () 。

(继承自 NSObject)
BeginInvokeOnMainThread(Action)

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
BeginInvokeOnMainThread(Selector, NSObject)

在主 UI 线程上异步调用指定的代码。

(继承自 NSObject)
Bind(NSString, NSObject, String, NSDictionary)

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
Bind(String, NSObject, String, NSDictionary)
已过时.

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
BindingInfo(String)
已过时.

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
BindingOptionDescriptions(String)
已过时.

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
BindingValueClass(String)
已过时.

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
CommitEditing()

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
CommitEditing(NSObject, Selector, IntPtr)

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
ConformsToProtocol(IntPtr)

调用 以确定此对象是否实现指定的协议。

(继承自 NSObject)
Contains(CLLocationCoordinate2D)

探测给定位置是否包含在区域中。

(继承自 CLRegion)
Copy()

执行基础 Objective-C 对象的副本。

(继承自 NSObject)
Copy(NSZone)

执行基础 Objective-C 对象的副本。

(继承自 CLRegion)
DangerousAutorelease()

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
DangerousRelease()

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
DangerousRetain()

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
DidChange(NSKeyValueChange, NSIndexSet, NSString)

指示对多关系的索引发生了更改。

(继承自 NSObject)
DidChange(NSString, NSKeyValueSetMutationKind, NSSet)

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
DidChangeValue(String)

指示在指定的键上发生了更改。

(继承自 NSObject)
Dispose()

释放 NSObject 对象使用的资源。

(继承自 NSObject)
Dispose(Boolean)

释放 NSObject 对象使用的资源。

(继承自 NSObject)
DoesNotRecognizeSelector(Selector)

指示此对象无法识别指定的选择器。

(继承自 NSObject)
EncodeTo(NSCoder)

在提供的编码器上对对象的状态进行编码

(继承自 CLRegion)
Equals(NSObject)

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
Equals(Object)

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
ExposedBindings()

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
GetBindingInfo(NSString)

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
GetBindingOptionDescriptions(NSString)

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
GetBindingValueClass(NSString)

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
GetDictionaryOfValuesFromKeys(NSString[])

检索指定键的值。

(继承自 NSObject)
GetHashCode()

为当前实例生成哈希代码。

(继承自 NSObject)
GetMethodForSelector(Selector)

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
GetNativeField(String)
已过时.

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
GetNativeHash()

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
GetPeripheralData(NSNumber)

获取要与 一起使用 StartAdvertising(NSDictionary)的数据。

Init()

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
InitializeHandle(IntPtr)

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
InitializeHandle(IntPtr, String)

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
Invoke(Action, Double)

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
Invoke(Action, TimeSpan)

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
InvokeOnMainThread(Action)

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
InvokeOnMainThread(Selector, NSObject)

在主 UI 线程上同步调用指定的代码。

(继承自 NSObject)
IsEqual(NSObject)

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
IsKindOfClass(Class)

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
IsMemberOfClass(Class)

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
MarkDirty()

将常规对等对象 (IsDirectBinding 为 true) 提升为 toggleref 对象。

(继承自 NSObject)
MutableCopy()

创建指定 NSObject 的可变副本。

(继承自 NSObject)
ObjectDidEndEditing(NSObject)

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
ObserveValue(NSString, NSObject, NSDictionary, IntPtr)

指示指定 keyPath 相对于此对象的值已更改。

(继承自 NSObject)
PerformSelector(Selector)

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
PerformSelector(Selector, NSObject)

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
PerformSelector(Selector, NSObject, Double)

在当前实例上调用选择器,如果 obj 不为 null,则将其作为单个参数传递。

(继承自 NSObject)
PerformSelector(Selector, NSObject, Double, NSString[])

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
PerformSelector(Selector, NSObject, NSObject)

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean)

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
PerformSelector(Selector, NSThread, NSObject, Boolean, NSString[])

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
PrepareForInterfaceBuilder()

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
RemoveObserver(NSObject, NSString)

阻止指定的观察程序接收指定 keyPath 的更改值的进一步通知。

(继承自 NSObject)
RemoveObserver(NSObject, NSString, IntPtr)

阻止指定的观察程序接收指定 keyPath 和上下文的更改值的进一步通知。

(继承自 NSObject)
RemoveObserver(NSObject, String)

阻止指定的观察程序接收指定 keyPath 的更改值的进一步通知。

(继承自 NSObject)
RemoveObserver(NSObject, String, IntPtr)

阻止指定的观察程序接收指定 keyPath 和上下文的更改值的进一步通知。

(继承自 NSObject)
RespondsToSelector(Selector)

此对象是否识别指定的选择器。

(继承自 NSObject)
SetNativeField(String, NSObject)
已过时.

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
SetNilValueForKey(NSString)

将指定键的值设置为 null。

(继承自 NSObject)
SetValueForKey(NSObject, NSString)

将键指定的属性的值设置为指定值。

(继承自 NSObject)
SetValueForKeyPath(IntPtr, NSString)

创建非托管对象的托管表示形式时使用的构造函数;由运行时调用。

(继承自 NSObject)
SetValueForKeyPath(NSObject, NSString)

设置可使用键路径访问的属性的值。

(继承自 NSObject)
SetValueForUndefinedKey(NSObject, NSString)

指示尝试将值写入未定义的键。 如果未重写,则引发 NSUndefinedKeyException。

(继承自 NSObject)
SetValuesForKeysWithDictionary(NSDictionary)

将此 NSObject 的值设置为指定字典中的值。

(继承自 NSObject)
ToString()

返回当前实例值的字符串表示形式。

(继承自 NSObject)
Unbind(NSString)

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
Unbind(String)
已过时.

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
ValueForKey(NSString)

返回与指定键关联的属性的值。

(继承自 NSObject)
ValueForKeyPath(NSString)

返回可使用键路径访问的属性的值。

(继承自 NSObject)
ValueForUndefinedKey(NSString)

指示尝试读取未定义键的值。 如果未重写,则引发 NSUndefinedKeyException。

(继承自 NSObject)
WillChange(NSKeyValueChange, NSIndexSet, NSString)

指示指定键中指定索引的值即将更改。

(继承自 NSObject)
WillChange(NSString, NSKeyValueSetMutationKind, NSSet)

由 iBeacon 确定的 CoreLocation 区域。

(继承自 NSObject)
WillChangeValue(String)

指示指定键的值即将更改。

(继承自 NSObject)

扩展方法

GetDebugDescription(INSObjectProtocol)

由 iBeacon 确定的 CoreLocation 区域。

GetAccessibilityCustomRotors(NSObject)

获取适用于 this 对象的 对象的数组UIAccessibilityCustomRotor

SetAccessibilityCustomRotors(NSObject, UIAccessibilityCustomRotor[])

设置适用于 this 对象的 对象数组UIAccessibilityCustomRotor

适用于

另请参阅