-
Undocumented
Declaration
Swift
public let deeplinkTypes: [DeeplinkScope : [AnyDeeplink.Type]]
-
Undocumented
Declaration
Swift
public let interceptors: [DeeplinkInterceptor]
-
Undocumented
Declaration
Swift
public let navigator: ScreenNavigator
-
Undocumented
Declaration
Swift
public private(set) var screens: [DeeplinkScope : Any?] { get }
-
Undocumented
Declaration
Swift
public var isActive: Bool { get }
-
Undocumented
Declaration
Swift
public init( deeplinkTypes: [DeeplinkScope: [AnyDeeplink.Type]], interceptors: [DeeplinkInterceptor] = [], navigator: ScreenNavigator )
-
Undocumented
Declaration
Swift
public convenience init( deeplinkTypes: [AnyDeeplink.Type], interceptors: [DeeplinkInterceptor] = [], navigator: ScreenNavigator )
-
Undocumented
Declaration
Swift
public func canHandleURL(_ url: URL, context: Any?) -> Bool
-
Undocumented
Declaration
Swift
@discardableResult public func handleURL(_ url: URL, context: Any?) throws -> Bool
-
Undocumented
Declaration
Swift
@discardableResult public func handleURLIfPossible(_ url: URL, context: Any?) -> Bool
-
Undocumented
Declaration
Swift
public func canHandleNotification(response: UNNotificationResponse, context: Any?) -> Bool
-
Undocumented
Declaration
Swift
@discardableResult public func handleNotification(response: UNNotificationResponse, context: Any?) throws -> Bool
-
Undocumented
Declaration
Swift
@discardableResult public func handleNotificationIfPossible(response: UNNotificationResponse, context: Any?) -> Bool
-
Undocumented
Declaration
Swift
public func canHandleShortcut(_ shortcut: UIApplicationShortcutItem, context: Any?) -> Bool
-
Undocumented
Declaration
Swift
@discardableResult public func handleShortcut(_ shortcut: UIApplicationShortcutItem, context: Any?) throws -> Bool
-
Undocumented
Declaration
Swift
@discardableResult public func handleShortcutIfPossible(_ shortcut: UIApplicationShortcutItem, context: Any?) -> Bool
-
Undocumented
Declaration
Swift
public func isActive(scope: DeeplinkScope) -> Bool
-
Undocumented
Declaration
Swift
public func activate(screens: Any?, scope: DeeplinkScope)
-
Undocumented
Declaration
Swift
public func activate(screens: Any?)
-
Undocumented
Declaration
Swift
public func deactivate(scope: DeeplinkScope)
-
Undocumented
Declaration
Swift
public func deactivate()
-
-
-
-
-
-