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