Types

Link copied to clipboard
open class ActivationException(val description: String = "Error while activating the iAdvize Conversation SDK") : IAdvizeSDK.Error

Exception thrown when an error is encountered while activating the SDK.

Link copied to clipboard

Exception thrown when the network cannot be reach. SDK needs a network connection in order to work.

Link copied to clipboard

General exception for non-specific SDK process errors.

Link copied to clipboard

Exception thrown when the iAdvize SDK GraphQL API encounters an error.

Link copied to clipboard

Exception thrown when the current conversation is in an invalid state.

Link copied to clipboard

Exception thrown when an invalid visitor JWT is used in the SDK process.

Link copied to clipboard

Exception thrown when trying to activate the SDK with an invalid project id.

Link copied to clipboard

Exception thrown when trying to activate the SDK with an invalid user id.

Link copied to clipboard

Exception thrown when the network cannot be reach. SDK needs a network connection in order to work.

Link copied to clipboard

Exception thrown when using the SDK while it is not activated.

Link copied to clipboard

Exception thrown when using the SDK while it is not initiated.

Link copied to clipboard

Exception thrown when the network cannot be reach. SDK needs a network connection in order to work.

Link copied to clipboard

Exception thrown when failing to authenticate a visitor duringSDK activation.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard