Ad fixes and appsflyer
This commit is contained in:
8
Assets/AppsFlyer/IAppsFlyerPurchaseValidation.cs
Normal file
8
Assets/AppsFlyer/IAppsFlyerPurchaseValidation.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace AppsFlyerSDK
|
||||
{
|
||||
public interface IAppsFlyerPurchaseValidation
|
||||
{
|
||||
void didReceivePurchaseRevenueValidationInfo(string validationInfo);
|
||||
void didReceivePurchaseRevenueError(string error);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user