SdkConfigKey

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

Link copied to clipboard

String used for the User-Agent header for REST API calls.

Link copied to clipboard

The default connect timeout in seconds for new connections.

Link copied to clipboard

The default read timeout in seconds for new connections.

Link copied to clipboard

The default write timeout in seconds for new connections.

Link copied to clipboard

Number of seconds for which HTTP connections are kept alive to allow reuse of connections.

Link copied to clipboard

Logging level to use for HTTP traffic, as an instance of the HttpLoggingInterceptor.Level enum.

Link copied to clipboard

The CoroutineDispatcher that SDK operations will run on.

Link copied to clipboard

The maximum duration (in seconds) allowed for the SDK to attempt reconnection after it has been disconnected from the server due to connection errors.

Link copied to clipboard

The duration (in seconds) before a user session is deemed idle due to inactivity.

Link copied to clipboard

The duration (in seconds) before the SDK, in an 'IDLE' state, ceases to fetch the latest events.

Link copied to clipboard

The configuration ID required for push notifications.

Link copied to clipboard

The delay after the AXP connection is closed before automatic session resynchronization is attempted.

Link copied to clipboard

This key is used to specify the display name of the user in the SDK configuration.

Link copied to clipboard

This key is used to specify additional parameters for the session in the SDK configuration.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.