sender-sdk
androidJvm
sender-sdk
/
tv.vizbee.model.controllers.devices.extensions.disconnection
/
DisconnectionMonitor
Disconnection
Monitor
open
class
DisconnectionMonitor
Members
Constructors
Disconnection
Monitor
Link copied to clipboard
constructor
(
client
:
DeviceController
)
Types
Connection
Check
Status
Link copied to clipboard
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
annotation class
ConnectionCheckStatus
Disconnection
Listener
Link copied to clipboard
interface
DisconnectionListener
Functions
start
Monitoring
Link copied to clipboard
open
fun
startMonitoring
(
listener
:
DisconnectionMonitor.DisconnectionListener
)
stop
Monitoring
Link copied to clipboard
open
fun
stopMonitoring
(
)
to
String
Link copied to clipboard
@
NonNull
open
fun
toString
(
)
:
String
Properties
CHECK_FAILURE
Link copied to clipboard
val
CHECK_FAILURE
:
Int
=
3
CHECK_SUCCESS
Link copied to clipboard
val
CHECK_SUCCESS
:
Int
=
2
CHECKING
Link copied to clipboard
val
CHECKING
:
Int
=
1
LOG_TAG
Link copied to clipboard
val
LOG_TAG
:
String
=
"DisconnectionMonitor"
m
Monitored
Device
Client
Link copied to clipboard
open
var
mMonitoredDeviceClient
:
DeviceController
NOT_CHECKING
Link copied to clipboard
val
NOT_CHECKING
:
Int
=
4