Rate this page:

ClientConfig

This API is in beta and subject to change.

Props

enableDebugLogging

Copy URL
var enableDebugLogging: 

Boolean

This API is in beta and subject to change.

Enables debug logging.

The default value is false.

Returns

  • type:

    Boolean

enableLogcatLogging

Copy URL
var enableLogcatLogging: 

Boolean

This API is in beta and subject to change.

Enables log output to logcat.

The default value is true.

Returns

  • type:

    Boolean

callbackExecutor

Copy URL
var callbackExecutor: 

Executor

This API is in beta and subject to change.

Executor where all Voximplant Android SDK events are received.

A single thread executor is created by default.

Returns

  • type:

    Executor