OnCheckInStateChangedListener

Listener for check in states. Notifies about check in / check out and if multiple shops are available in the same area

Functions

Link copied to clipboard
abstract fun onCheckIn(shop: Shop)

Gets called when the user is inside or near a shop

Link copied to clipboard
abstract fun onCheckOut()

Gets called after the user leaves the area of a shop for lastSeenThreshold time

Link copied to clipboard
abstract fun onMultipleCandidatesAvailable(candidates: List<Shop>)

Gets called if the check in manager detected multiple shops in the same area. You should show a message to the user for selecting one of the available shops.