Package io.rong.imlib.model
Class MessageAuditInfo
-
- All Implemented Interfaces:
public class MessageAuditInfo
消息审核配置
- Since:
5.6.8
rongcloud
-
-
Constructor Summary
Constructors Constructor Description MessageAuditInfo(MessageAuditType type, String project, String strategy)
构造方法
-
Method Summary
Modifier and Type Method Description MessageAuditType
getType()
String
getProject()
String
getStrategy()
String
toString()
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
-
-
Method Detail
-
getType
MessageAuditType getType()
-
getProject
String getProject()
-
getStrategy
String getStrategy()
-
toString
String toString()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-