Package com.usebutton.merchant
Interface ButtonMerchant.AttributionTokenListener
-
- All Implemented Interfaces:
public interface ButtonMerchant.AttributionTokenListenerAn interface to receive callbacks each time the attribution token value has been updated.
-
-
Method Summary
Modifier and Type Method Description abstract voidonAttributionTokenChanged(@NonNull() String token)-
-
Method Detail
-
onAttributionTokenChanged
abstract void onAttributionTokenChanged(@NonNull() String token)
-
-
-
-