Package zendesk.chat.client
Class ChatSettings
- java.lang.Object
-
- zendesk.chat.client.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 bytesint
hashCode()
boolean
isFileSendingEnabled()
Returnstrue
if file sending is enabled,false
otherwise.
-
-
-
Method Detail
-
isFileSendingEnabled
public boolean isFileSendingEnabled()
Returnstrue
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 classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-