hypertrack-sdk
hypertrack-sdk
/
com.hypertrack.sdk
/
AvailabilityStateObserver
/
OnAvailabilityStateChangeListener
On
Availability
State
Change
Listener
interface
OnAvailabilityStateChangeListener
Content copied to clipboard
Used for receiving callbacks when availability state has changed.
Functions
Functions
on
Available
Link copied to clipboard
abstract
fun
onAvailable
(
)
Content copied to clipboard
Called to report tracking started.
on
Error
Link copied to clipboard
abstract
fun
onError
(
availabilityError
:
AvailabilityError
)
Content copied to clipboard
Called to report errors in the SDK.
on
Unavailable
Link copied to clipboard
abstract
fun
onUnavailable
(
)
Content copied to clipboard
Called to report tracking stopped.