Package-level declarations

Types

Link copied to clipboard
sealed class BackgroundSdkException(message: String, cause: Throwable? = null) : RuntimeException

Base exception class for all Background SDK exceptions.

Link copied to clipboard

Exception thrown when the SDK receives an invalid payload from an external source.

Link copied to clipboard

Exception thrown when the SDK is in an invalid state for a requested operation.

Link copied to clipboard

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

Link copied to clipboard

Represents the possible states of the Background SDK.

Link copied to clipboard

LocalzBackgroundSDK is the main entry point for interacting with the Localz Background SDK. It provides methods for configuration, authentication, state management, and handling Firebase messages.