8 lines
224 B
C#
Executable File
8 lines
224 B
C#
Executable File
namespace AppsFlyerSDK
|
|
{
|
|
public interface IAppsFlyerPurchaseValidation
|
|
{
|
|
void didReceivePurchaseRevenueValidationInfo(string validationInfo);
|
|
void didReceivePurchaseRevenueError(string error);
|
|
}
|
|
} |