OnUserEarnedIncentive
Overview
Syntax
OnUserEarnedIncentive(incentiveData)Examples
AATKitBinding.OnUserEarnedIncentiveDelegate += OnUserEarnedIncentive;
public void OnUserEarnedIncentive(AATKitIncentiveData incentiveData) {
Debug.Log("onUserEarnedIncentive event: " + incentiveData.ToString());
}Last updated