AirshipEventData

public struct AirshipEventData : Sendable, Equatable

Full airship event data

  • id

    The event ID

    Declaration

    Swift

    public let id: String
  • The event date

    Declaration

    Swift

    public let date: Date
  • The SessionID

    Declaration

    Swift

    public let sessionID: String
  • The event type

    Declaration

    Swift

    public let type: String