Files
Webview_SgConfig_Unity_IOS/Assets/MYp0ZVTT2QSDK/ThirdParty/AppsFlyer/IAppsFlyerPurchaseValidation.cs
T

8 lines
224 B
C#
Raw Normal View History

2026-07-15 16:19:07 +08:00
namespace AppsFlyerSDK
{
public interface IAppsFlyerPurchaseValidation
{
void didReceivePurchaseRevenueValidationInfo(string validationInfo);
void didReceivePurchaseRevenueError(string error);
}
}