DeeplinkInterceptor
public protocol DeeplinkInterceptor
Undocumented
-
Undocumented
Declaration
Swift
typealias Completion = (Result<Void, Error>) -> Void
-
Undocumented
Declaration
Swift
func interceptDeeplink( _ deeplink: AnyDeeplink, of type: DeeplinkType, navigator: ScreenNavigator, completion: @escaping Completion )