CallbackInitializer

Initializer class responsible for registering FIDO2 callbacks with the Journey framework.

This class is part of the Android App Startup library initialization process and automatically registers FIDO2-related callbacks when the application starts. It performs runtime detection of available FIDO2 APIs and selects the appropriate implementation based on device capabilities.

Constructors

Link copied to clipboard
constructor()

Functions

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

Creates and configures the CallbackRegistry with FIDO2 callback registrations.

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

Returns the list of initializer dependencies.