Package-level declarations
Types
Link copied to clipboard
Base exception class for all Background SDK exceptions.
Link copied to clipboard
class BackgroundSdkInvalidPayloadException(reason: String, cause: Throwable? = null) : BackgroundSdkException
Exception thrown when the SDK receives an invalid payload from an external source.
Link copied to clipboard
class BackgroundSdkInvalidStateException(reason: String, cause: Throwable? = null) : BackgroundSdkException
Exception thrown when the SDK is in an invalid state for a requested operation.
Link copied to clipboard
class BackgroundSdkNotConfiguredException(methodName: String, cause: Throwable? = null) : BackgroundSdkException
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
object LocalzBackgroundSDK
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.