IRetryHandler

interface IRetryHandler

Functions

Link copied to clipboard
abstract fun onCompleteWithError(error: GigyaError)
Link copied to clipboard
abstract fun onCompleteWithResponse(retryResponse: GigyaApiResponse)
Link copied to clipboard
abstract fun onUpdateDate(date: String)