OnAvailabilityStateChangeListener

interface OnAvailabilityStateChangeListener

Used for receiving callbacks when availability state has changed.

Functions

Link copied to clipboard
abstract fun onAvailable()
Called to report tracking started.
Link copied to clipboard
abstract fun onError(availabilityError: AvailabilityError)
Called to report errors in the SDK.
Link copied to clipboard
abstract fun onUnavailable()
Called to report tracking stopped.