sender-sdk
androidJvm
sender-sdk
/
tv.vizbee.model.controllers.services.udap
/
UDAPController
UDAPController
open
class
UDAPController
Members
Constructors
UDAPController
Link copied to clipboard
constructor
(
appID
:
String
,
udap
:
SSDPServiceInstance
)
Functions
cmd
Check
Pairing
Key
Link copied to clipboard
open
fun
cmdCheckPairingKey
(
commandCallback
:
ICommandCallback
<
Boolean
>
)
Returns SUCCESS(TRUE), SUCCESS(FALSE) or FAILED
cmd
Confirm
Pairing
Key
Link copied to clipboard
open
fun
cmdConfirmPairingKey
(
key
:
String
,
commandCallback
:
ICommandCallback
<
Boolean
>
)
cmd
Launch
App
Store
Link copied to clipboard
open
fun
cmdLaunchAppStore
(
commandCallback
:
ICommandCallback
<
Boolean
>
)
cmd
Show
Pairing
Key
Link copied to clipboard
open
fun
cmdShowPairingKey
(
commandCallback
:
ICommandCallback
<
Boolean
>
)
confirm
App
Install
Link copied to clipboard
open
fun
confirmAppInstall
(
commandCallback
:
ICommandCallback
<
Boolean
>
)
Properties
LOG_TAG
Link copied to clipboard
val
LOG_TAG
:
String