ConversationType

public enum ConversationType

Conversation type enumeration.

Entries

Link copied to clipboard
Link copied to clipboard

Private Chat.

Link copied to clipboard

*Discussion Group.**

Link copied to clipboard

Group.

Link copied to clipboard

Chatroom.

Link copied to clipboard

*Customer Support.**

Link copied to clipboard

System.

Link copied to clipboard

Application Official Account Service.

Link copied to clipboard

Public Service Platform.

Link copied to clipboard

Push notification.

Link copied to clipboard

Ultra group

Link copied to clipboard

Encrypted Conversation (Available only for select private cloud users; not applicable to public cloud users).

Link copied to clipboard

RTC audio/video call type.

Properties

Link copied to clipboard
public final String name
Link copied to clipboard
public final int value

Functions

Link copied to clipboard
public String getName()
Retrieves the name of the conversation type.
Link copied to clipboard
public int getValue()
Retrieves the value of the conversation type.
Link copied to clipboard
public static Conversation.ConversationType setValue(int code)
Sets the conversation type.
Link copied to clipboard
public static Conversation.ConversationType valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.