RegisterManager

A Composable function that registers the manager with the current Activity and Context. It handles the lifecycle of the NFC adapter and displays the scan bottom sheet when active.

A Composable function that registers the manager within the Compose UI hierarchy. This is typically used to handle lifecycle events and show scanning-related UI components.

A Composable function that registers the manager. On iOS, this is currently a no-op as the scanning UI is handled by the system.