PushEngineProvider

Service provider interface for push notifications module. Implementations of this interface are discovered at runtime using ServiceLoader.

Functions

Link copied to clipboard
abstract fun initialize(context: Context, installRef: String): PushEngine

Initialize the push notification engine with the given context.