Rate this page:

VICore

Methods

initialize

Copy URL
@JvmStatic
fun initialize(context:

Context

):

Unit

This API is in beta and subject to change.

Initialize Voximplant Android SDK.

Parameters

  • context:

    Context

    Android application context.

Returns

  • type:

    Unit

Props

applicationContext

Copy URL
var applicationContext: 

Context

This API is in beta and subject to change.

Android application context.

Returns

  • type:

    Context

isInitialized

Copy URL
val isInitialized: 

Boolean

This API is in beta and subject to change.

Returns

  • type:

    Boolean

version

Copy URL
val version: 

String

This API is in beta and subject to change.

Voximplant Android SDK version.

Returns

  • type:

    String

logging

Copy URL
val logging: 

Logging

This API is in beta and subject to change.

Voximplant Android SDK logger.

Returns

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