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: trueif the haapiFlowDeepLinkable was unregistered, otherwisefalseis returned.
Parameters
| Name | Description | 
|---|---|
| haapiFlowDeepLinkable | An haapiFlowDeepLinkable. |