Packagecom.distriqt.extension.beacon.objects
Classpublic class Region
InheritanceRegion Inheritance Object



Public Properties
 PropertyDefined By
  identifier : String
The identifier for the region object.
Region
  uuid : String = 00000000-0000-0000-0000-000000000000
This regions uuid property contains the identifier that you use to identify your company’s beacons.
Region
Public Methods
 MethodDefined By
  
Constructor
Region
Property Detail
identifierproperty
public var identifier:String

The identifier for the region object.

uuidproperty 
public var uuid:String = 00000000-0000-0000-0000-000000000000

This regions uuid property contains the identifier that you use to identify your company’s beacons. You typically generate only one UUID for your company’s beacons but can generate more as needed. You generate this value using the uuidgen command-line tool.

Constructor Detail
Region()Constructor
public function Region()

Constructor