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 Codable and provides a template instance for URL decoding. Conforming types must provide a static template value, which serves as a blueprint for decoding URL query parameters.

    See more

    Declaration

    Swift

    public protocol URLCodable : Decodable, Encodable
  • A protocol for decoding URLCodable objects from a URL’s query parameters.

    See more

    Declaration

    Swift

    public protocol URLDecoderProtocol