Skip to content

Commit

Permalink
Max 12.1 Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrules44 committed Jan 6, 2024
1 parent d763edd commit 9a6c97a
Show file tree
Hide file tree
Showing 37 changed files with 84,503 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/2018.3326/android/corona.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.applovin.mediation:inmobi-adapter:10.5.8.2'
implementation 'com.applovin.mediation:inmobi-adapter:10.6.2.0'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'androidx.recyclerview:recyclerview:1.1.0'
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
//
// IMODTargetingService.h
// InMobiSDK
//
// Copyright © 2022 InMobi. All rights reserved.
//

#import <Foundation/Foundation.h>

NS_ASSUME_NONNULL_BEGIN

/**
* Class to integrate On-Device Targeting Service
*/

@interface IMODTargetingService : NSObject

/**
* Update user's email to IMODTargetingService in md5 hashed form.
* This method is used for identifying the user for user targeted ads.
* Expected to be called on every user login.
* @param hashId Represents user email in md5 hashed format
*/
+ (void)push:(NSString *)hashId;

@end

NS_ASSUME_NONNULL_END
Loading

0 comments on commit 9a6c97a

Please sign in to comment.