InAppThreadType
Enum class representing different types of in-app threads.
Enum class representing different types of in-app thread.
Entries | Value | Description |
---|---|---|
ANNOUNCEMENT | Announcement | Indicates that the thread is an announcement. |
CONVERSATION | Conversation | Indicates 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
Parameters | Type | Description |
---|---|---|
value | String | The string representing the thread type. |
Updated 8 days ago