InAppThreadType

Enum class representing different types of in-app threads.

Enum class representing different types of in-app thread.

EntriesValueDescription
ANNOUNCEMENTAnnouncementIndicates that the thread is an announcement.
CONVERSATIONConversationIndicates that the thread is a conversation.

Companion Functions

fromValue

Converts a string to the corresponding InAppThreadType.

Syntax: fun fromValue(value: String): InAppThreadType?

Return Value : The InAppThreadStatus corresponding to the given string value. null if no matching thread status is found.

Parameters

ParametersTypeDescription
valueStringThe string representing the thread type.