create

open override fun create(context: Context): CallbackRegistry

Creates and configures the CallbackRegistry by registering the DeviceProfileCallback.

This method is called automatically by the App Startup library during application initialization. It registers the "DeviceProfileCallback" with its corresponding factory function in the CallbackRegistry.

Return

The configured CallbackRegistry instance

Parameters

context

The application context