| | |
| | | |
| | | NS_ASSUME_NONNULL_BEGIN |
| | | |
| | | @class BUAdSlot; |
| | | |
| | | @protocol BUMopubAdMarkUpDelegate <NSObject> |
| | | @optional |
| | | |
| | |
| | | */ |
| | | - (void)setMopubAdMarkUp:(NSString *)adm; |
| | | |
| | | /// Bidding Token. Now for MSDK in domestic, used for every ad type. |
| | | - (NSString *)biddingToken; |
| | | |
| | | /** Mopub Adaptor get AD type from rit |
| | | * @return @{@"adSlotType": @(1), @"renderType": @(1)} |
| | | * adSlotType refer from BUAdSlotAdType in "BUAdSlot.h" |
| | | * showType: @"1" express AD @"2" native AD |
| | | */ |
| | | + (NSDictionary *)AdTypeWithRit:(NSString *)rit error:(NSError **)error; |
| | | + (nullable NSDictionary *)AdTypeWithRit:(NSString *)rit error:(NSError **)error; |
| | | |
| | | /** Mopub bidding Adaptor get AD type from adm |
| | | * @return @{@"adSlotType": @(1), @"renderType": @(1)} |
| | |
| | | |
| | | /// Mopub Bidding Token |
| | | + (NSString *)mopubBiddingToken; |
| | | |
| | | @end |
| | | |
| | | NS_ASSUME_NONNULL_END |