Class MessageAuditInfo

  • All Implemented Interfaces:

    
    public class MessageAuditInfo
    
                        

    消息审核配置

    Since:

    5.6.8

    Author:

    rongcloud

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public MessageAuditType type
      public String project
      public String strategy
      public final static Creator<MessageAuditInfo> CREATOR
    • Constructor Summary

      Constructors 
      Constructor Description
      MessageAuditInfo(MessageAuditType type, String project, String strategy) 构造方法
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      MessageAuditType getType()
      String getProject()
      String getStrategy()
      String toString()
      int describeContents()
      void writeToParcel(Parcel dest, int flags)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MessageAuditInfo

        MessageAuditInfo(MessageAuditType type, String project, String strategy)
        构造方法
        Parameters:
        type - 是否送审
        project - 项目名称