Files
RedHotRoast-ios/Assets/SRKZBz0SDK/ThirdParty/AppsFlyer/IAppsFlyerPurchaseValidation.cs
T

8 lines
224 B
C#
Raw Normal View History

2026-05-20 14:29:11 +08:00
namespace AppsFlyerSDK
{
public interface IAppsFlyerPurchaseValidation
{
void didReceivePurchaseRevenueValidationInfo(string validationInfo);
void didReceivePurchaseRevenueError(string error);
}
}