Protocols
The following protocols are available globally.
-
JSONに変換可能な値を表現するためのプロトコルです。
なおJSONとして扱うことが可能な型は、下記の通りです。
- String
- Bool
- Int
- UInt
- Double
- Float
Date
Date- Array
- Dictionary
Declaration
Swift
public protocol JSONConvertible
-
コマンドを表現するタイプです。
See moreDeclaration
Swift
public protocol Command
-
IDFAの取得処理を委譲するためのタイプです。
See moreDeclaration
Swift
@objc(KRTIDFADelegate) public protocol IDFADelegate
-
イベントの送信拒絶フィルタルールを定義するためのプロトコル。
See moreDeclaration
Swift
public protocol TrackEventRejectionFilterRule
-
トラッキング処理過程の一部を委譲するためのタイプ。
See moreDeclaration
Swift
public protocol TrackerDelegate : AnyObject