ChatMyWaySdkNotConfiguredException

Exception thrown when an SDK method is called before the SDK has been configured.

Parameters

methodName

The name of the method that was called before configuration.

cause

The underlying cause of the exception, if any.

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?