Package 

Interface TrackerDelegate


  • 
    public interface TrackerDelegate
    
                        

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

    • Method Summary

      Modifier and Type Method Description
      abstract Event intercept(Event event) イベントに紐付けるカスタムオブジェクトの生成処理に割り込みます。編集済みのイベントを返すことで、イベントの内容を編集することが可能です。
      • Methods inherited from class io.karte.android.tracking.TrackerDelegate

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • intercept

         abstract Event intercept(Event event)

        イベントに紐付けるカスタムオブジェクトの生成処理に割り込みます。

        編集済みのイベントを返すことで、イベントの内容を編集することが可能です。

        Parameters:
        event - イベント