toggle menu
Android-IMLibCore-SDK
15.14.0
io.rong.imlib
switch theme
search in API
Android-IMLibCore-SDK
/
io.rong.imlib.model
/
MessageAuditInfo
Message
Audit
Info
io.rong.imlib
public
class
MessageAuditInfo
Message Moderation Configuration
Author
rongcloud
Since
5.6.8
Members
Constructors
Message
Audit
Info
Link copied to clipboard
io.rong.imlib
public
void
MessageAuditInfo
(
MessageAuditType type
,
String
project
,
String
strategy
)
Constructor
Properties
CREATOR
Link copied to clipboard
io.rong.imlib
public
final
static
Creator<MessageAuditInfo>
CREATOR
project
Link copied to clipboard
io.rong.imlib
public
String
project
Project Name** Defaults to an empty string.
strategy
Link copied to clipboard
io.rong.imlib
public
String
strategy
Review Policy
type
Link copied to clipboard
io.rong.imlib
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
describe
Contents
Link copied to clipboard
io.rong.imlib
public
int
describeContents
(
)
get
Project
Link copied to clipboard
io.rong.imlib
public
String
getProject
(
)
get
Strategy
Link copied to clipboard
io.rong.imlib
public
String
getStrategy
(
)
get
Type
Link copied to clipboard
io.rong.imlib
public
MessageAuditType
getType
(
)
to
String
Link copied to clipboard
io.rong.imlib
public
String
toString
(
)
write
To
Parcel
Link copied to clipboard
io.rong.imlib
public
void
writeToParcel
(
Parcel dest
,
int flags
)