DeeplinkInvalidScreensError
public struct DeeplinkInvalidScreensError : DeeplinkError
The Screens
instance is not supported by the deeplink type.
-
Declaration
Swift
public var description: String { get }
-
Screens instance.
Declaration
Swift
public let screens: Any?
-
Expected screens type.
Declaration
Swift
public let type: Any.Type
-
The deeplink that caused the error.
Declaration
Swift
public let trigger: Any
-
Creates an error.
Declaration
Swift
public init( screens: Any?, type: Any.Type, for trigger: Any )
Parameters
screens
Screens instance.
type
Expected screens type.
trigger
The deeplink that caused the error.