Package-level declarations

Types

Link copied to clipboard

Listener for when PushFeature is ready.

Link copied to clipboard
class PushFeature : ModuleInterface

Main class for the Push Feature Module.

Link copied to clipboard

Represents the initialization status of the PushFeature module. Follows the same pattern as the main SDK's InitializationStatus.

Link copied to clipboard
abstract class WhenReadyHandler(looper: Looper?, val listener: WhenReadyListener)

Abstract handler class for managing asynchronous SDK requests.

Link copied to clipboard
fun interface WhenReadyListener

Callback for when PushFeature is ready.