Properties
interface Properties
Content copied to clipboard
Properties for client initialization configuration
Types
Functions
get Command Timeout
Link copied to clipboard
Timeout in milliseconds for commands which SDK sends over network.
get Defer CA
Link copied to clipboard
Defer certificate trust decisions to Android OS, overriding the default of certificate pinning for Twilio back-end connections.
new Builder
Link copied to clipboard
Creates a new Builder instance for building Properties.
use Proxy
Link copied to clipboard
If useProxy flag is `true` ConversationsClient will try to read and apply proxy settings in the following order:
- If there is no proxysettings.properties file in the assets folder of your app then android system proxy settings will be applied.
- If the proxysettings.properties file exists in the assets folder of your app then proxy configuration will be read from it and android system settings will be ignored.
- If proxy settings cannot be read either from the proxysettings.properties file and from android system settings ConversationsClient will use direct connection.
Properties
DEFAULT_COMMAND_TIMEOUT
Link copied to clipboard
Default command timeout value that could be passed into setCommandTimeout.
MIN_COMMAND_TIMEOUT
Link copied to clipboard
Minimum valid command timeout value that could be passed into setCommandTimeout.