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