PROTOCOL
HaapiDeepLinkManageable
public protocol HaapiDeepLinkManageable: Sendable
An interface declaration for managing deep link with Haapi.
Methods
registerHaapiFlowDeeplinkable(_:)
func registerHaapiFlowDeeplinkable(_ haapiFlowDeepLinkable: HaapiFlowDeepLinkable)
Registers an HaapiFlowDeepLinkable.
- Parameters:
- haapiFlowDeepLinkable: An haapiFlowDeepLinkable.
Parameters
| Name | Description |
|---|---|
| haapiFlowDeepLinkable | An haapiFlowDeepLinkable. |
unregisterHaapiFlowDeeplinkable()
func unregisterHaapiFlowDeeplinkable()
Unregistering an HaapiFlowDeepLinkable.