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()
      int describeContents()
      void writeToParcel(Parcel dest, int flags)
      void setDisableNotification(boolean disableNotification) Specifies whether to disable notifications.
      • Methods inherited from class java.lang.Object

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

      • MessageConfig

        MessageConfig()
    • Method Detail

      • setDisableNotification

         void setDisableNotification(boolean disableNotification)

        Specifies whether to disable notifications. true: disable notifications (no notifications will be sent), false: do not disable notifications (notifications will be sent).

        Parameters:
        disableNotification - The user ID of the message sender.