1
0

UnityAdsPurchasingWrapper.h 328 B

123456
  1. typedef void (*UnityAdsPurchasingDidInitiatePurchasingCommandCallback)(const char * eventString);
  2. typedef void (*UnityAdsPurchasingGetProductCatalogCallback)();
  3. typedef void (*UnityAdsPurchasingGetPurchasingVersionCallback)();
  4. typedef void (*UnityAdsPurchasingInitializeCallback)();
  5. void InitializeUnityAdsPurchasingWrapper();