Files
ArrowBeatTap-Gp/Assets/DFFFQTVUv39wKIBSDK/ThirdParty/AppsFlyer/IAppsFlyerPurchaseValidation.cs
T

8 lines
224 B
C#

namespace AppsFlyerSDK
{
public interface IAppsFlyerPurchaseValidation
{
void didReceivePurchaseRevenueValidationInfo(string validationInfo);
void didReceivePurchaseRevenueError(string error);
}
}