DeepLinkComponents

public struct DeepLinkComponents

Components of deep link

  • Deep link scheme

    Declaration

    Swift

    public var scheme: String
  • Deep link host

    Declaration

    Swift

    public var host: String
  • Deep link path (Optional)

    Declaration

    Swift

    public var path: String?
  • Deep link parameters

    Declaration

    Swift

    public var parameters: DeepLinkParameters