PROTOCOL

HaapiDeepLinkManageable

swift
public protocol HaapiDeepLinkManageable

An interface declaration for managing deep link with Haapi.

Methods

registerHaapiFlowDeeplinkable(_:)

swift
func registerHaapiFlowDeeplinkable(_ haapiFlowDeepLinkable: HaapiFlowDeepLinkable)

Registers an HaapiFlowDeepLinkable.

Parameters

Name Description
haapiFlowDeepLinkable An haapiFlowDeepLinkable.

unregisterHaapiFlowDeeplinkable(_:)

swift
func unregisterHaapiFlowDeeplinkable(_ haapiFlowDeepLinkable: HaapiFlowDeepLinkable) -> Bool

Returns a Bool when unregistering an HaapiFlowDeepLinkable.

Parameters

Name Description
haapiFlowDeepLinkable An haapiFlowDeepLinkable.