NotifierInternals

Cross-module state and services of the KMPNotifier library.

Holds the registries that other library modules plug into: the local notifier (registered by kmpnotifier-local) and the push notifier (registered by kmpnotifier-push-firebase).

Properties

Functions

Link copied to clipboard
Link copied to clipboard

Registered push notifier, or the no-op implementation used on platforms without push.

Link copied to clipboard
Link copied to clipboard
fun registerLocalNotifier(notifier: Any)
Link copied to clipboard
Link copied to clipboard

Application context captured by androidx.startup (or by the KMPNotifier.initialize(context, ...) overload).

Link copied to clipboard
Link copied to clipboard

Restores the library to a clean, uninitialized state. Intended for tests only.

Link copied to clipboard

Builds the runtime handed to extensions, e.g. for lazy self-installation.