Files
Colorbook/Assets/AppsFlyer/IAppsFlyerPurchaseValidation.cs
2026-06-01 15:01:15 +05:45

8 lines
224 B
C#

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