RegisteredDevicesCallback

Functions

Link copied to clipboard
abstract fun onFailure(t: Throwable)

Invoked when a network exception occurred when fetching the list or an unexpected exception occurred.

Link copied to clipboard
abstract fun onSuccess(devices: List<RegisteredDevice>)

Invoked for a received list of registered devices.