CallbackInitializer

Initializer for registering device binding and signing callbacks with the Journey framework.

This class is responsible for automatically registering device binding-related callbacks during application startup using the AndroidX Startup library. It ensures that DeviceBindingCallback and DeviceSigningVerifierCallback are available for use in Journey authentication flows.

The initialization happens automatically when the application starts, eliminating the need for manual callback registration in application code.

See also

Constructors

Link copied to clipboard
constructor()

Functions

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

Creates and configures the CallbackRegistry with device binding callbacks.

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

Specifies the dependencies required before this initializer can run.