TrackerDelegate public protocol TrackerDelegate : AnyObject トラッキング処理過程の一部を委譲するためのタイプ。 intercept(_:) イベントに紐付けるカスタムオブジェクトの生成処理に割り込みます。 編集済みのイベントを返すことで、イベントの内容を編集することが可能です。 Declaration Swift func intercept(_ event: Event) -> Event Parameters event イベント Return Value 編集済みのイベントを返します。 © 2022 PLAID, inc.. All rights reserved. (Last updated: 2022-07-29) Generated by jazzy ♪♫ v0.13.1, a Realm project.