CallbackInitializer

Initializer for registering device profile callbacks with the CallbackRegistry.

This class implements the Android Jetpack App Startup Initializer interface to automatically register the DeviceProfileCallback when the application starts. The registration enables the callback to be used within the Ping Identity journey framework.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun create(context: Context): CallbackRegistry

Creates and configures the CallbackRegistry by registering the DeviceProfileCallback.

Link copied to clipboard
open override fun dependencies(): List<Class<out Initializer<*>>>

Returns the list of dependencies required before this initializer can run.