sender-sdk
androidJvm
sender-sdk
/
tv.vizbee.model.controllers.services.samsungmsf.commands
/
WSMSFCommand
WSMSFCommand
open
class
WSMSFCommand
<
T
>
:
WSCommand
<
T
>
Inheritors
LaunchWebAppCommand
LaunchAppCommand
Members
Constructors
WSMSFCommand
Link copied to clipboard
constructor
(
callback
:
ICommandCallback
<
T
>
)
Functions
get
Request
Link copied to clipboard
open
fun
getRequest
(
)
:
JSONObject
handle
JSONResponse
Link copied to clipboard
open
fun
handleJSONResponse
(
jo
:
JSONObject
)
:
WSCommand.WSCommandResponse
open
fun
handleJSONResponse
(
ignoreIDCheck
:
Boolean
,
jo
:
JSONObject
)
:
WSCommand.WSCommandResponse
on
Command
Failure
Link copied to clipboard
open
fun
onCommandFailure
(
error
:
VizbeeError
)
Properties
LOG_TAG
Link copied to clipboard
val
LOG_TAG
:
String