Protocols

The following protocols are available globally.

  • JSONに変換可能な値を表現するためのプロトコルです。

    なおJSONとして扱うことが可能な型は、下記の通りです。

    • String
    • Bool
    • Int
    • UInt
    • Double
    • Float

    Date

    Date
    • Array
    • Dictionary
    See more

    Declaration

    Swift

    public protocol JSONConvertible
  • コマンドを表現するタイプです。

    See more

    Declaration

    Swift

    public protocol Command
  • IDFAの取得処理を委譲するためのタイプです。

    See more

    Declaration

    Swift

    @objc(KRTIDFADelegate)
    public protocol IDFADelegate
  • イベントの送信拒絶フィルタルールを定義するためのプロトコル。

    See more

    Declaration

    Swift

    public protocol TrackEventRejectionFilterRule
  • トラッキング処理過程の一部を委譲するためのタイプ。

    See more

    Declaration

    Swift

    public protocol TrackerDelegate : AnyObject