PROTOCOL
HaapiDeepLinkManageable
public protocol HaapiDeepLinkManageable
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(_ haapiFlowDeepLinkable: HaapiFlowDeepLinkable) -> Bool
Returns a Bool when unregistering an HaapiFlowDeepLinkable.
- Parameters:
- haapiFlowDeepLinkable: An haapiFlowDeepLinkable.
- Returns:
true
if the haapiFlowDeepLinkable was unregistered, otherwisefalse
is returned.
Parameters
Name | Description |
---|---|
haapiFlowDeepLinkable | An haapiFlowDeepLinkable. |