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.
123456789101112 |
- #import <UnityAds/UMONPlacementContent.h>
- #import <UnityAds/UnityMonetizationPlacementContentState.h>
- #import <UnityAds/UnityServices.h>
-
- NS_ASSUME_NONNULL_BEGIN
-
- @protocol UnityMonetizationDelegate <UnityServicesDelegate>
- - (void)placementContentReady: (NSString *)placementId placementContent: (UMONPlacementContent *)decision;
- - (void)placementContentStateDidChange: (NSString *)placementId placementContent: (UMONPlacementContent *)placementContent previousState: (UnityMonetizationPlacementContentState)previousState newState: (UnityMonetizationPlacementContentState)newState;
- @end
-
- NS_ASSUME_NONNULL_END
|