Skip to content

DeeplinkHandler

ohitsdaniel edited this page Apr 29, 2021 · 4 revisions

DeeplinkHandler

Handles deeplinks by building the navigation path based on a deeplink and replacing the current navigation path

public struct DeeplinkHandler 

Initializers

init(navigator:parser:)

public init(navigator: Navigator, parser: DeeplinkParser) 

Methods

handle(deeplink:)

public func handle(deeplink: Deeplink) 
Clone this wiki locally