AxpSdkConfig

interface AxpSdkConfig

Application-visible view of the current configuration for the AXP SDK.

Properties

Link copied to clipboard
abstract val appKey: String

Application Key which is required to access the API for your Account.

Link copied to clipboard
abstract val context: Context

The Android application context of the app.

Link copied to clipboard
abstract val hostname: String

Hostname of the AXP REST API endpoint.

Link copied to clipboard

Integration ID being used with AXP.

Link copied to clipboard
abstract val jwtProvider: JwtProvider

Application-supplied object to provide authentication tokens.

Link copied to clipboard
abstract val sdkConfig: SdkConfigMap?

Other configuration values supplied by the application.