Files
tysdk-intergration/sdk-intergration/Assets/AppsFlyer/IAppsFlyerPurchaseValidation.cs
2026-03-02 17:46:52 +08:00

8 lines
224 B
C#

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