Deeplink
-
Undocumented
See moreDeclaration
Swift
public protocol Deeplink : AnyDeeplink
-
Undocumented
See moreDeclaration
Swift
public protocol AnyDeeplink
-
Undocumented
See moreDeclaration
Swift
public final class DeeplinkManager : DeeplinkHandler
-
Undocumented
See moreDeclaration
Swift
public protocol DeeplinkHandler
-
Undocumented
See moreDeclaration
Swift
public struct DeeplinkScope : Hashable, ExpressibleByStringLiteral
-
Undocumented
See moreDeclaration
Swift
public enum DeeplinkType
-
Undocumented
See moreDeclaration
Swift
public protocol DeeplinkInterceptor
-
A protocol representing an error that occurs when processing deeplinks.
See moreDeclaration
Swift
public protocol DeeplinkError : CustomStringConvertible, Error
-
The
See moreContext
instance is not supported by the deeplink type.Declaration
Swift
public struct DeeplinkInvalidContextError : DeeplinkError
-
Undocumented
See moreDeclaration
Swift
public protocol NotificationDeeplink : AnyNotificationDeeplink, Deeplink
-
Undocumented
See moreDeclaration
Swift
public protocol NotificationDeeplinkUserInfoDecoder
-
Undocumented
See moreDeclaration
Swift
public struct NotificationDeeplinkUserInfoOptions
-
Undocumented
See moreDeclaration
Swift
public protocol AnyNotificationDeeplink : AnyDeeplink
-
Failed to extract userInfo from response to the notification.
See moreDeclaration
Swift
public struct NotificationDeeplinkInvalidUserInfoError : DeeplinkError
-
Failed to extract userInfo from response to the notification.
See more -
Undocumented
See moreDeclaration
Swift
public protocol ShortcutDeeplink : AnyShortcutDeeplink, Deeplink
-
Undocumented
See moreDeclaration
Swift
public protocol ShortcutDeeplinkUserInfoDecoder
-
Undocumented
See moreDeclaration
Swift
public struct ShortcutDeeplinkUserInfoOptions
-
Undocumented
See moreDeclaration
Swift
public protocol AnyShortcutDeeplink : AnyDeeplink
-
Undocumented
See moreDeclaration
Swift
public protocol URLDeeplink : AnyURLDeeplink, Deeplink
-
Undocumented
See moreDeclaration
Swift
public protocol URLDeeplinkQueryDecoder
-
Undocumented
See moreDeclaration
Swift
public struct URLDeeplinkQueryOptions
-
Undocumented
See moreDeclaration
Swift
public protocol AnyURLDeeplink : AnyDeeplink
-
Failed to extract components from deeplink URL.
See moreDeclaration
Swift
public struct URLDeeplinkInvalidComponentsError : DeeplinkError