sender-sdk
androidJvm
sender-sdk
/
tv.vizbee.model.controllers.devices.base
/
IInstallController
IInstall
Controller
interface
IInstallController
Inheritors
AppletController
TestAppController
GenericDialInstallController
AbstractDeviceController
Members
Functions
cancel
App
Install
Link copied to clipboard
abstract
fun
cancelAppInstall
(
callback
:
ICommandCallback
<
Boolean
>
)
can
Confirm
App
Install
Link copied to clipboard
abstract
fun
canConfirmAppInstall
(
)
:
Boolean
can
Launch
App
Store
Link copied to clipboard
abstract
fun
canLaunchAppStore
(
)
:
Boolean
confirm
App
Install
Link copied to clipboard
abstract
fun
confirmAppInstall
(
callback
:
ICommandCallback
<
Boolean
>
)
launch
App
Store
Link copied to clipboard
abstract
fun
launchAppStore
(
callback
:
ICommandCallback
<
Boolean
>
)
poll
App
Installed
Link copied to clipboard
abstract
fun
pollAppInstalled
(
callback
:
ICommandCallback
<
Boolean
>
)