sender-sdk
androidJvm
sender-sdk
/
tv.vizbee.model.controllers.services.sonyscalarweb
/
CheckPairingScalarCommand
Check
Pairing
Scalar
Command
open
class
CheckPairingScalarCommand
:
ScalarCommand
Members
Constructors
Check
Pairing
Scalar
Command
Link copied to clipboard
constructor
(
)
Functions
cancel
Link copied to clipboard
open
fun
cancel
(
)
execute
Link copied to clipboard
open
fun
execute
(
callback
:
ICommandCallback
<
T
>
)
on
Failure
Response
Link copied to clipboard
open
fun
onFailureResponse
(
statusCode
:
Int
,
headers
:
Array
<
Header
>
,
errorResponse
:
Array
<
Byte
>
,
e
:
Throwable
)
on
Success
Response
Link copied to clipboard
open
fun
onSuccessResponse
(
statusCode
:
Int
,
headers
:
Array
<
Header
>
,
response
:
Array
<
Byte
>
)
set
App
ID
Link copied to clipboard
open
fun
setAppID
(
appID
:
String
)
:
ScalarCommand
set
Cookie
Link copied to clipboard
open
fun
setCookie
(
authCookie
:
String
)
:
ScalarCommand
set
Request
URL
Link copied to clipboard
open
fun
setRequestURL
(
url
:
String
)
:
ScalarCommand
set
Retries
Link copied to clipboard
open
fun
setRetries
(
tries
:
Int
)
:
Command
<
T
>
set
Timeout
Link copied to clipboard
open
fun
setTimeout
(
timeout
:
Long
)
:
Command
<
T
>