Protocols
The following protocols are available globally.
-
A protocol that represents a deep link handler in an application. Types conforming to this protocol can identify and handle specific deep links.
See more -
A protocol for managing and routing deep links within an application.
See more -
A protocol for managing and navigating through the application’s view controller hierarchy.
See more -
A protocol that extends
See moreCodableand provides a template instance for URL decoding. Conforming types must provide a statictemplatevalue, which serves as a blueprint for decoding URL query parameters.Declaration
Swift
public protocol URLCodable : Decodable, Encodable -
A protocol for decoding
See moreURLCodableobjects from a URL’s query parameters.Declaration
Swift
public protocol URLDecoderProtocol
Protocols Reference