Class BeaconIdentifier
Identifier of a single iBeacon device.
Inheritance
System.Object
    BeaconIdentifier
  
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Esri.ArcGISRuntime.Location
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class BeaconIdentifier
  Properties
| Name | Description | 
|---|---|
| Major | Gets the iBeacon major according to the iBeacon specification.  | 
      
| Minor | Gets the iBeacon minor according to the iBeacon specification.  | 
      
| Uuid | Gets the iBeacon UUID according to the iBeacon specification.  | 
      
Applies to
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 200.6 - 200.8 | 
| .NET | 200.6 - 200.8 | 
| .NET Windows | 200.6 - 200.8 | 
| .NET Android | 200.6 - 200.8 | 
| .NET iOS | 200.6 - 200.8 | 
| .NET Framework | 200.6 - 200.8 | 
| UWP | 200.6 - 200.8 |