Class ChatSettings



  • public class ChatSettings
    extends java.lang.Object
    Defines a server-driven settings for Zendesk Chat.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object o) 
      java.util.Set<java.lang.String> getAllowedFileTypes()
      Returns a set of allowed file types that can be uploaded.
      long getMaxFileSizeLimit()
      Returns the maximum file upload size in bytes
      int hashCode() 
      boolean isFileSendingEnabled()
      Returns true if file sending is enabled, false otherwise.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isFileSendingEnabled

        public boolean isFileSendingEnabled()
        Returns true if file sending is enabled, false otherwise.
      • getAllowedFileTypes

        public java.util.Set<java.lang.String> getAllowedFileTypes()
        Returns a set of allowed file types that can be uploaded.
      • getMaxFileSizeLimit

        public long getMaxFileSizeLimit()
        Returns the maximum file upload size in bytes
      • equals

        public boolean equals(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object