summaryrefslogtreecommitdiffstats
path: root/mobile/android/thirdparty/com/adjust/sdk/OnAttributionChangedListener.java
blob: 137d50d4de017b47b0d4073989c27232c401ea6a (plain)
1
2
3
4
5
package com.adjust.sdk;

public interface OnAttributionChangedListener {
    public void onAttributionChanged(AdjustAttribution attribution);
}