EventsService

class EventsService(    val policy: ServerPolicy,     val client: OkHttpClient,     observer: DeviceGatewayTransport)

Constructors

Link copied to clipboard
fun EventsService(    policy: ServerPolicy,     client: OkHttpClient,     observer: DeviceGatewayTransport)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun sendAttachmentMessage(messageRequest: AttachmentMessageRequest): Boolean
Link copied to clipboard
fun sendEventMessage(call: Call): Boolean
Link copied to clipboard
fun shutdown()

Properties

Link copied to clipboard
val client: OkHttpClient
Link copied to clipboard
val policy: ServerPolicy