Structures

The following structures are available globally.

  • ログを出力するための構造体です。

    See more

    Declaration

    Swift

    public struct Logger
  • Track API のリクエスト情報を保持する構造体です。

    SDK内部で利用するタイプであり、通常のSDK利用でこちらのタイプを利用することはありません。

    See more

    Declaration

    Swift

    public struct TrackRequest : Request
  • Track API のレスポンス情報を保持する構造体です。

    SDK内部で利用するタイプであり、通常のSDK利用でこちらのタイプを利用することはありません。

    See more

    Declaration

    Swift

    public struct TrackResponse : Codable
  • イベントを表現するタイプです。

    See more

    Declaration

    Swift

    public struct Event : Codable
  • イベントのフィールド名を扱うための構造体です。

    See more

    Declaration

    Swift

    public struct EventFieldName
  • イベント名を表現する構造体です。

    See more

    Declaration

    Swift

    public struct EventName : Codable
    extension EventName: Equatable