Files
BallCrushBest_GP/Assets/AppsFlyer/IAppsFlyerPurchaseValidation.cs
2026-04-20 12:06:34 +08:00

8 lines
224 B
C#

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