You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Updated SDK version from 11.0.0 to 11.1.0
- Updated minimum SDK version from 19 to 21 (required by SDK 11.1.0)
- Updated changelog and README with 11.1.0 release notes
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@@ -31,41 +31,14 @@ To download the latest SDK as a AAR, please visit [http://inmobi.com/sdk](https:
31
31
**To continue integrating with the InMobi SDK, please see the [Integration Guidelines](https://support.inmobi.com/monetize/android-guidelines/) for Android.**
32
32
33
33
## New in this version
34
-
• Upgraded support for native ads
34
+
• Added support for Android 16
35
+
• Memory Leak Improvements
35
36
• Bug Fixes and Enhancements
36
-
• APIs Removed
37
-
InMobiNative
38
-
- public String getAdIconUrl()
39
-
- public String getAdLandingPageUrl()
40
-
- public boolean isAppDownload()
41
-
- public JSONObject getCustomAdContent()
42
-
- public View getPrimaryViewOfWidth(Context context, View convertView, ViewGroup parent, int viewWidthInPixels)
43
-
- public void reportAdClickAndOpenLandingPage()
44
-
NativeAdEventListener
45
-
- public void onAdReceived(@NonNull InMobiNative ad)
46
-
- public void onAdFullScreenWillDisplay(@NonNull InMobiNative ad)
47
-
- public void onAdImpressed(@NonNull InMobiNative ad)
48
-
- public void onAdStatusChanged(@NonNull InMobiNative nativeAd)
49
-
50
-
• APIs Added
51
-
New Class Added : InMobiNativeImage
52
-
New Class Added : InMobiNativeViewData
53
-
New Class Added : MediaView
54
-
InMobiNative
55
-
- public InMobiNativeImage getAdIcon()
56
-
- public String getAdvertiserName()
57
-
- public View getAdChoiceIcon()
58
-
- public void registerViewForTracking(InMobiNativeViewData viewData)
59
-
- public void unTrackViews()
60
-
- public MediaView getMediaView()
61
-
- public boolean isVideo()
62
-
- public String getCreativeId()
63
-
- public JSONObject getAdContent()
64
37
65
38
** Refer to [Release Notes](https://support.inmobi.com/monetize/sdk-documentation/android-guidelines/changelogs-android) for Older Versions.**
66
39
67
40
## Requirements
68
-
- Android 4.4 (API level 19) and higher
41
+
- Android 5.0 (API level 21) and higher
69
42
- androidx.appcompat (Not a dependency of SDK. Used only in Sample App)
0 commit comments