Files
ArrowBeatTap-IOS/Assets/NCWWA6A0SDK/ThirdParty/AppsFlyer/IAppsFlyerPurchaseValidation.cs
T

8 lines
224 B
C#
Raw Normal View History

2026-06-25 15:48:45 +08:00
namespace AppsFlyerSDK
{
public interface IAppsFlyerPurchaseValidation
{
void didReceivePurchaseRevenueValidationInfo(string validationInfo);
void didReceivePurchaseRevenueError(string error);
}
}