BackgroundSdkNotConfiguredException

Exception thrown when attempting to use SDK methods before it has been properly configured.

Parameters

methodName

The name of the method that failed due to SDK not being configured.

cause

The underlying cause of the exception.

Constructors

Link copied to clipboard
constructor(methodName: String, cause: Throwable? = null)

Properties

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