Alerts
object Alerts
Content copied to clipboard
Functions
createDevice
Link copied to clipboard
fun createDevice(device: AlertDevice, listener: IAlertsProxy.ICreateDeviceListener)
Content copied to clipboard
deleteDevice
Link copied to clipboard
fun deleteDevice(deviceId: String, listener: IAlertsProxy.IDeleteDeviceListener)
Content copied to clipboard
getDevices
Link copied to clipboard
registerChangeListener
Link copied to clipboard
fun registerChangeListener(ialertNotificationListener: IAlertsMgr.IAlertNotificationListener)
Content copied to clipboard
sendAlertFeedback
Link copied to clipboard
fun sendAlertFeedback(deviceId: String, alertId: String, answerId: String, listener: IAlertsProxy.ISendAlertFeedbackListener)
Content copied to clipboard
sendReadAcknoledge
Link copied to clipboard
sendReceivedAcknoledge
Link copied to clipboard
unregisterChangeListener
Link copied to clipboard
fun unregisterChangeListener(ialertNotificationListener: IAlertsMgr.IAlertNotificationListener)
Content copied to clipboard
updateDevice
Link copied to clipboard
fun updateDevice(device: AlertDevice, listener: IAlertsProxy.IUpdateDeviceListener)
Content copied to clipboard