CollectorInitializer

Initializer class responsible for registering FIDO2 collectors with the DaVinci framework.

This class is part of the Android App Startup library initialization process and automatically registers the FIDO2 collector factory when the application starts. The registered collector handles both FIDO2 registration and authentication workflows.

Constructors

Link copied to clipboard
constructor()

Functions

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

Creates and configures the CollectorFactory with FIDO2 collector registration.

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

Returns the list of initializer dependencies.