sender-sdk
androidJvm
sender-sdk
/
tv.vizbee.model.controllers.devices.base
/
IAppConnectionController
/
IAppConnectionCallback
IApp
Connection
Callback
interface
IAppConnectionCallback
Members
Functions
on
Connection
Failure
Link copied to clipboard
abstract
fun
onConnectionFailure
(
error
:
VizbeeError
)
on
Connection
Success
Link copied to clipboard
abstract
fun
onConnectionSuccess
(
)
on
Disconnection
Link copied to clipboard
abstract
fun
onDisconnection
(
error
:
VizbeeError
)
on
Progress
Update
Link copied to clipboard
abstract
fun
onProgressUpdate
(
step
:
Int
,
name
:
String
,
total
:
Int
)