BeaconRegion Class
Represents an iBeacon region.
Item Index
Properties
Properties
identifier
    String
    
    
    
        read-only
    
    
    
    This is a value that you specify and can use to identify this region inside your application.
major
    Number
    
    
    
        read-only
    
    
    
    The value identifying a group of beacons.
minor
    Number
    
    
    
        read-only
    
    
    
    The value identifying a specific beacon within a group.
notifyEntryStateOnDisplay
    Boolean
    
    
    
    
    
    A Boolean indicating whether beacon notifications are sent when the device’s display is on.
When set to true, the location manager sends beacon
notifications when the user turns on the display and the device is already
inside the region. These notifications are sent even if your app is not
running. In that situation, the system launches your app into the background
so that it can handle the notifications. In both situations, the app
will receive a
BluetoothLEModule/determinedStateForRegion:event event.
The default value for this property is false.
UUID
    String
    
    
    
        read-only
    
    
    
    The unique ID of the beacons being targeted.
