Files
RedHotRoast-ios/Assets/SRKZBz0SDK/ThirdParty/AppsFlyer/IAppsFlyerPurchaseValidation.cs
T
2026-05-20 14:29:11 +08:00

8 lines
224 B
C#

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