RegionEvent
A RegionEvent defines a region with an identifier, major and minor and optional proximityRegion and/or circularRegion.
Types
Link copied to clipboard
Link copied to clipboard
class Builder(@Size(min = 1, max = 255) val regionId: String, var boundaryEvent: RegionEvent.Boundary)
Builder class for RegionEvent Objects.
Properties
Link copied to clipboard
The type of boundary crossing event. Will be either Boundary.ENTER or Boundary.EXIT.
Link copied to clipboard