You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
310 B

  1. #import "UnityAds.h"
  2. NS_ASSUME_NONNULL_BEGIN
  3. @protocol UnityAdsUnityDelegate <UnityAdsDelegate>
  4. /**
  5. * Called when an in-app purchase is initiated from an ad.
  6. *
  7. * @param eventString The string provided via the ad.
  8. */
  9. - (void)unityAdsDidInitiatePurchase:(NSString *)eventString;
  10. @end
  11. NS_ASSUME_NONNULL_END