DeeplinkHandler
public protocol DeeplinkHandler
Undocumented
-
Undocumented
Declaration
Swift
@discardableResult func handleURL(_ url: URL, context: Any?) throws -> Bool
-
Undocumented
Declaration
Swift
@discardableResult func handleNotification(response: UNNotificationResponse, context: Any?) throws -> Bool
-
Undocumented
Declaration
Swift
@discardableResult func handleShortcut(_ shortcut: UIApplicationShortcutItem, context: Any?) throws -> Bool
-
-