Files
ft/Client/Assets/AppsFlyer/IAppsFlyerPurchaseValidation.cs
2026-06-29 21:18:33 +08:00

8 lines
224 B
C#

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