Package zendesk.chat.client
Class ChatSettings
- java.lang.Object
-
- zendesk.chat.client.ChatSettings
-
public class ChatSettings extends java.lang.ObjectDefines a server-driven settings for Zendesk Chat.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanequals(java.lang.Object o)java.util.Set<java.lang.String>getAllowedFileTypes()Returns a set of allowed file types that can be uploaded.longgetMaxFileSizeLimit()Returns the maximum file upload size in bytesinthashCode()booleanisFileSendingEnabled()Returnstrueif file sending is enabled,falseotherwise.
-
-
-
Method Detail
-
isFileSendingEnabled
public boolean isFileSendingEnabled()
Returnstrueif file sending is enabled,falseotherwise.
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-