Class MessageConfig

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class MessageConfig.Builder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static Creator<MessageConfig> CREATOR
    • Constructor Summary

      Constructors 
      Constructor Description
      MessageConfig()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      boolean isDisableNotification() 是否关闭通知 true 关闭通知(不发送通知),false 不关闭通知(发送通知)
      int describeContents()
      void writeToParcel(Parcel dest, int flags)
      void setDisableNotification(boolean disableNotification) 设置是否关闭通知 true 关闭通知(不发送通知),false 不关闭通知(发送通知)
      • Methods inherited from class java.lang.Object

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

      • MessageConfig

        MessageConfig()
    • Method Detail

      • isDisableNotification

         boolean isDisableNotification()

        是否关闭通知 true 关闭通知(不发送通知),false 不关闭通知(发送通知)

      • setDisableNotification

         void setDisableNotification(boolean disableNotification)

        设置是否关闭通知 true 关闭通知(不发送通知),false 不关闭通知(发送通知)

        Parameters:
        disableNotification - 发送消息的用户 id。