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 Public 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 (Only available for certain private cloud users, not applicable to public cloud users).

Link copied to clipboard

rtc audio and video call type.

Properties

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

Functions

Link copied to clipboard
public String getName()
Retrieves the conversation type name.
Link copied to clipboard
public int getValue()
Retrieves the value of the conversation type.
Link copied to clipboard
public static RongPushClient.ConversationType setValue(int code)
Sets the conversation type.
Link copied to clipboard
public static RongPushClient.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.