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(source: Parcel)
constructor(id: String, deviceType: DeviceType, token: String, eventType: ReactiveEvent.TYPE? = null, path: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
open override var eventType: ReactiveEvent.TYPE?
Link copied to clipboard
var id: String
Link copied to clipboard
open override var path: String?
Link copied to clipboard

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
fun equalsContent(other: Any?): Boolean
Link copied to clipboard
open override fun writeToParcel(dest: Parcel, flags: Int)