MessageAuditInfo

public class MessageAuditInfo

Message Moderation Configuration

Author

rongcloud

Since

5.6.8

Constructors

Link copied to clipboard
public void MessageAuditInfo(MessageAuditType type, String project, String strategy)
Constructor

Properties

Link copied to clipboard
public final static Creator<MessageAuditInfo> CREATOR
Link copied to clipboard
public String project
Project Name** Defaults to an empty string.
Link copied to clipboard
public String strategy
Review Policy
Link copied to clipboard
public MessageAuditType type
Whether to send for review (whether the message callback is sent to a third-party for review, default: send for review)

Functions

Link copied to clipboard
public int describeContents()
Link copied to clipboard
public String getProject()
Link copied to clipboard
public String getStrategy()
Link copied to clipboard
public MessageAuditType getType()
Link copied to clipboard
public String toString()
Link copied to clipboard
public void writeToParcel(Parcel dest, int flags)