ChatDeviceModel
data class ChatDeviceModel(var id: String, var deviceType: DeviceType, var token: String, var eventType: ReactiveEvent.TYPE? = null, var path: String? = null) : Parcelable, ReactiveEvent
Constructors
Link copied to clipboard
constructor(id: String, deviceType: DeviceType, token: String, eventType: ReactiveEvent.TYPE? = null, path: String? = null)