CheckPairingScalarCommand

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun cancel()
Link copied to clipboard
open fun execute(callback: ICommandCallback<T>)
Link copied to clipboard
open fun onFailureResponse(statusCode: Int, headers: Array<Header>, errorResponse: Array<Byte>, e: Throwable)
Link copied to clipboard
open fun onSuccessResponse(statusCode: Int, headers: Array<Header>, response: Array<Byte>)
Link copied to clipboard
open fun setAppID(appID: String): ScalarCommand
Link copied to clipboard
open fun setCookie(authCookie: String): ScalarCommand
Link copied to clipboard
Link copied to clipboard
open fun setRetries(tries: Int): Command<T>
Link copied to clipboard
open fun setTimeout(timeout: Long): Command<T>