RegionTransitionEventListener

Interface to use to listen for region(Geofence/Proximity) transition(enter/exit) events. The messages() in the provided Region will always be empty when these methods are called. If there is a message attached to the region transition that should be shown as a notification then it will be displayed shortly after this interface is notified of the event.

Types

Link copied to clipboard
annotation class Transition

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun onTransitionEvent(transition: Int, @NonNull region: Region)