public class FileSending
extends java.lang.Object
LivechatFileSendingPath
.
It is used to tell if file sending is enabled and which extensions are supported. File sending is available only to certain plan types as per Zopim pricing plan.
You can subscribe to this broadcast via com.zopim.android.sdk.data.DataSource#addFileSendingObserver(java.util.Observer)
using FileSendingObserver
This class is a model that will be serialised to JSON and deserialized from JSON to this model. As such it does not follow the m naming prefix for fields.
Constructor and Description |
---|
FileSending() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getExtensions()
Gets file extensions that are allowed for file sending
|
boolean |
isEnabled()
Indicates if file sending is enabled
|
java.lang.String |
toString() |
@Nullable public boolean isEnabled()
@Nullable public java.lang.String[] getExtensions()
File sending is configurable via File Sending Dashboard Settings
public java.lang.String toString()
toString
in class java.lang.Object