ReplyInfo

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

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

Constructors

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

Types

Link copied to clipboard

The state of quick replying.

Properties

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

Functions

Link copied to clipboard
open override fun toString(): String

replyMessage is masked when the ReplyInfo is printed.

Inherited functions

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