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.