HKDevice.LocalIdentifier Property

Definition

Device-uniquid identifier for the HKDevice.

public virtual string LocalIdentifier { [Foundation.Export("localIdentifier")] get; }
member this.LocalIdentifier : string

Property Value

(More documentation for this node is coming)

This value can be null.

Attributes

Remarks

This identifier is unique only to the device on which this code is running. If the same physical device is connected to a different iOS device, it would have a different LocalIdentifier.

Applies to