Interface MyTracker.AttributionListener

Enclosing class:
MyTracker

public static interface MyTracker.AttributionListener
Attribution listener interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method will be called when tracker receives attribution.
  • Method Details

    • onReceiveAttribution

      void onReceiveAttribution(MyTrackerAttribution attribution)
      This method will be called when tracker receives attribution.
      Parameters:
      attribution - The instance of MyTrackerAttribution.