nugu-android
nugu-client-transport-http2
/
com.skt.nugu.sdk.client.port.transport.http2.utils
/
BackOff
/
Observer
Observer
interface
Observer
Content copied to clipboard
Functions
Functions
on
Error
Link copied to clipboard
abstract
fun
onError
(
error
:
BackOff.BackoffError
)
Content copied to clipboard
on
Retry
Link copied to clipboard
abstract
fun
onRetry
(
retriesAttempted
:
Int
)
Content copied to clipboard
Determine whether a request should or should not be retried.