Files
BingoGrassland/Assets/AppsFlyer/IAppsFlyerPurchaseValidation.cs
T
2026-06-05 15:02:47 +08:00

8 lines
224 B
C#

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