Description:
Glassbox should expose a command to cleanly unregister the custom glassbox:// deep link handler.
Work to be done:
Implement a protocol:unregister command that removes registered handler entries safely.
Implementation procedure:
- Add the unregister command to the protocol command set.
- Implement platform-specific removal of protocol handler registration.
- Ensure the command handles missing or partially registered states gracefully.
- Add tests for unregister behavior.
- Document the command.
Acceptance criteria:
- There is a command to unregister the deep link handler.
- It removes registration entries cleanly.
- Tests cover removal and partial state handling.
- Documentation explains unregister usage.
Description:
Glassbox should expose a command to cleanly unregister the custom
glassbox://deep link handler.Work to be done:
Implement a
protocol:unregistercommand that removes registered handler entries safely.Implementation procedure:
Acceptance criteria: