package com.adjust.sdk; public interface OnAttributionChangedListener { public void onAttributionChanged(AdjustAttribution attribution); }