ConversationCapability

enum ConversationCapability : Enum<ConversationCapability> , Parcelable

Capabilities that a Conversation can have, coming from a messaging provider that has created a conversation.

Entries

Link copied to clipboard

Indicates that it is possible to make a voice call to the conversation contact.

Link copied to clipboard

Indicates that it is possible to reply to the conversation using text.

Types

Link copied to clipboard
object Companion

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int

Inherited functions

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