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

8 lines
224 B
C#

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