ReplyInfo

data class ReplyInfo(val replyMessage: String? = null, val replyState: MessagingAppService.ReplyInfo.ReplyState) : Parcelable

The information relating to a quick reply, which includes the reply message and the reply state.

Constructors

Link copied to clipboard
fun ReplyInfo(replyMessage: String? = null, replyState: MessagingAppService.ReplyInfo.ReplyState)

Types

Link copied to clipboard
enum ReplyState : Enum<MessagingAppService.ReplyInfo.ReplyState>

The state of quick replying.

Properties

Link copied to clipboard
val replyMessage: String? = null
Link copied to clipboard

Inherited functions

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