Sdk Config Key
Enumerated type for the possible optional configuration items for the SDK.
Each of these keys can be used to pass the associated value into the SDK at configuration time as entries in the configMap
parameter.
Entries
String used for the User-Agent header for REST API calls.
The default connect timeout in seconds for new connections.
The default read timeout in seconds for new connections.
The default write timeout in seconds for new connections.
Number of seconds for which HTTP connections are kept alive to allow reuse of connections.
Logging level to use for HTTP traffic, as an instance of the HttpLoggingInterceptor.Level enum.
The CoroutineDispatcher
that SDK operations will run on.
The maximum duration (in seconds) allowed for the SDK to attempt reconnection after it has been disconnected from the server due to connection errors.
The duration (in seconds) before a user session is deemed idle due to inactivity.
The duration (in seconds) before the SDK, in an 'IDLE' state, ceases to fetch the latest events.
The configuration ID required for push notifications.
The delay after the AXP connection is closed before automatic session resynchronization is attempted.
This key is used to specify the display name of the user in the SDK configuration.
This key is used to specify additional parameters for the session in the SDK configuration.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.