MessageType

data class MessageType(val typeId: String) : Parcelable

The messaging type. Every messaging provider can handle one or more MessageTypes. However, a MessageType is always handled by only one messaging provider.

Parameters

typeId

The unique Id for this MessageType.

Constructors

Link copied to clipboard
fun MessageType(typeId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val typeId: String

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)