onMultipleCandidatesAvailable

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.

You can set the Shop via CheckInManager#setShop and it will be the checked in shop until the user leaves the area.