Files
MergeGangRush_unity_IOS/Assets/MYp0ZVTT2QSDK/ThirdParty/AppsFlyer/IAppsFlyerPurchaseValidation.cs
T
2026-07-14 11:18:32 +08:00

8 lines
224 B
C#
Executable File

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