//
//  XXGAppLovinManager.h
//  XXGPlayKitOS
//
//  Created by apple on 2025/5/8.
//

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

@interface XXGAppLovinManager : NSObject

+ (void)xxpk_initApplovinSDKWithKey:(NSString *)xxpk_maxkey xxpk_rewardedadid:(NSString *)xxpk_rewardedadid xxpk_testDevices:(NSArray *)xxpk_testDevices;

+ (void)xxpk_showRewardedAdForCustomData:(nullable NSString *)customData complate:(void(^)(BOOL result))complate;

+ (void)xxpk_showRewardedAdForCustomData:(nullable NSString *)customData complateAdJson:(void(^)(BOOL result, NSDictionary *adJson))complateAdJson;

@end

NS_ASSUME_NONNULL_END
