OnDeviceAuthorizationListener

interface OnDeviceAuthorizationListener

On deviceAuthorization actions listener

Functions

Link copied to clipboard
abstract fun onError(error: NuguOAuthError)

Listener called when a deviceAuthorization fails

Link copied to clipboard
abstract fun onSuccess(result: DeviceAuthorizationResult)

Listener called when a deviceAuthorization completes successfully.