ResolveLinkResponse

public struct ResolveLinkResponse : Codable

A struct that represents info of link resolving

  • Session identifier

    Declaration

    Swift

    public let sessionId: String
  • Link

    Declaration

    Swift

    public let link: String
  • Current device identifier

    Declaration

    Swift

    public let deviceFingerprintId: String
  • Click Timestamp

    Declaration

    Swift

    public let clickTimestamp: TimeInterval
  • Detailed data

    Declaration

    Swift

    public let data: [String : String]?
  • Launch Type

    Declaration

    Swift

    public let launchType: LaunchType