BackgroundSdkNotConfiguredException
class BackgroundSdkNotConfiguredException(methodName: String, cause: Throwable? = null) : BackgroundSdkException
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.