- getAdCtaText() - Method in class com.inmobi.ads.InMobiNative
-
- getAdDescription() - Method in class com.inmobi.ads.InMobiNative
-
- getAdIconUrl() - Method in class com.inmobi.ads.InMobiNative
-
- getAdLandingPageUrl() - Method in class com.inmobi.ads.InMobiNative
-
- getAdMetaInfo() - Method in class com.inmobi.ads.InMobiBanner
-
Deprecated.
- getAdMetaInfo() - Method in class com.inmobi.ads.InMobiInterstitial
-
Deprecated.
- getAdMetaInfo() - Method in class com.inmobi.ads.InMobiNative
-
Deprecated.
- getAdRating() - Method in class com.inmobi.ads.InMobiNative
-
- getAdTitle() - Method in class com.inmobi.ads.InMobiNative
-
- getBid() - Method in class com.inmobi.ads.AdMetaInfo
-
Method to get the bid for the current ad
- getBidInfo() - Method in class com.inmobi.ads.AdMetaInfo
-
Method to get the bid info for the current ad
- getBidKeyword() - Method in class com.inmobi.ads.AdMetaInfo
-
Method to get the bidKeyword for the current ad, it will be available only for the
Audience Bidding placements.
- getCreativeID() - Method in class com.inmobi.ads.AdMetaInfo
-
Method to get the creativeID for the current ad
- getCreativeId() - Method in class com.inmobi.ads.InMobiBanner
-
Deprecated.
- getCreativeId() - Method in class com.inmobi.ads.InMobiInterstitial
-
Deprecated.
- getCreativeId() - Method in class com.inmobi.ads.InMobiNative
-
Deprecated.
- getCustomAdContent() - Method in class com.inmobi.ads.InMobiNative
-
- getEmailId() - Method in class com.inmobi.unifiedId.InMobiUserDataModel
-
- getExtras() - Method in class com.inmobi.unifiedId.InMobiUserDataModel
-
- getIsPushCalled() - Static method in class com.inmobi.unifiedId.InMobiUnifiedIdService
-
- getMd5() - Method in class com.inmobi.unifiedId.InMobiUserDataTypes
-
- getMessage() - Method in class com.inmobi.ads.InMobiAdRequestStatus
-
Use this to get the description of why the ad request failed.
- getPhoneNumber() - Method in class com.inmobi.unifiedId.InMobiUserDataModel
-
- getPreloadManager() - Method in class com.inmobi.ads.InMobiBanner
-
Method to get the
PreloadManager
object in order to preload or load a preloaded ad.
- getPreloadManager() - Method in class com.inmobi.ads.InMobiInterstitial
-
Method to get the
PreloadManager
object in order to preload or load a preloaded ad.
- getPrimaryViewOfWidth(Context, View, ViewGroup, int) - Method in class com.inmobi.ads.InMobiNative
-
Method to return a native ad view.
- getPrimaryViewOfWidth(View, ViewGroup, int) - Method in class com.inmobi.ads.InMobiNative
-
Deprecated.
- getSha1() - Method in class com.inmobi.unifiedId.InMobiUserDataTypes
-
- getSha256() - Method in class com.inmobi.unifiedId.InMobiUserDataTypes
-
- getSignals() - Method in class com.inmobi.ads.InMobiBanner
-
Called to create the request payload & the value is returned in
AdEventListener.onRequestPayloadCreated(byte[])
callback on success, and in
case of failure
AdEventListener.onRequestPayloadCreationFailed(InMobiAdRequestStatus)
is
invoked.
- getSignals() - Method in class com.inmobi.ads.InMobiInterstitial
-
Called to create the request payload & the value is returned in
AdEventListener.onRequestPayloadCreated(byte[])
callback on success, and
in case of failure
AdEventListener.onRequestPayloadCreationFailed(InMobiAdRequestStatus)
is invoked.
- getSignals() - Method in class com.inmobi.ads.InMobiNative
-
Called to create the request payload & the value is returned in
AdEventListener.onRequestPayloadCreated(byte[])
callback on success, and in
case of failure
AdEventListener.onRequestPayloadCreationFailed(InMobiAdRequestStatus)
is
invoked.
- getStatusCode() - Method in class com.inmobi.ads.InMobiAdRequestStatus
-
Use this to get the status code enum for the failed ad request.
- getTelemetryErrorCode() - Method in exception com.inmobi.ads.exceptions.VastException
-
- getToken() - Static method in class com.inmobi.sdk.InMobiSdk
-
Get a token for Advanced Bidding
- getToken(Map<String, String>, String) - Static method in class com.inmobi.sdk.InMobiSdk
-
Get a token for Advanced Bidding
- getType() - Method in class com.inmobi.ads.InMobiBanner.BannerCallbacks
-
- getType() - Method in class com.inmobi.ads.InMobiInterstitial.InterstitialCallbacks
-
- getType() - Method in class com.inmobi.ads.InMobiNative.NativeCallbacks
-
- getVersion() - Static method in class com.inmobi.sdk.InMobiSdk
-
Use this to get the version of the SDK.
- IM_GDPR_CONSENT_AVAILABLE - Static variable in class com.inmobi.sdk.InMobiSdk
-
Populate this key to consentObject with boolean value.
- IM_GDPR_CONSENT_GDPR_APPLIES - Static variable in class com.inmobi.sdk.InMobiSdk
-
Key to populate GDPR applies values according to IAB norms.
- IM_GDPR_CONSENT_IAB - Static variable in class com.inmobi.sdk.InMobiSdk
-
Key to populate consent with respect to IAB norms.
- init(Context, String) - Static method in class com.inmobi.sdk.InMobiSdk
-
Deprecated.
- init(Context, String, JSONObject) - Static method in class com.inmobi.sdk.InMobiSdk
-
Deprecated.
- init(Context, String, JSONObject, SdkInitializationListener) - Static method in class com.inmobi.sdk.InMobiSdk
-
Initialize the sdk.
- InMobiAdRequestStatus - Class in com.inmobi.ads
-
Class used to encapsulate information when an ad request fails.
- InMobiAdRequestStatus(InMobiAdRequestStatus.StatusCode) - Constructor for class com.inmobi.ads.InMobiAdRequestStatus
-
- InMobiAdRequestStatus.StatusCode - Enum in com.inmobi.ads
-
Collection of codes indicating the status of an ad request.
- InMobiBanner - Class in com.inmobi.ads
-
Use this class to integrate banner ads in your application.
- InMobiBanner(Context, AttributeSet) - Constructor for class com.inmobi.ads.InMobiBanner
-
- InMobiBanner(Context, long) - Constructor for class com.inmobi.ads.InMobiBanner
-
- InMobiBanner.AnimationType - Enum in com.inmobi.ads
-
Enumeration for the view transitions during a banner ad refresh.
- InMobiBanner.BannerCallbacks - Class in com.inmobi.ads
-
- InMobiInterstitial - Class in com.inmobi.ads
-
Use this class to integrate full screen, interstitial ads in your application.
- InMobiInterstitial(Context, long, InterstitialAdEventListener) - Constructor for class com.inmobi.ads.InMobiInterstitial
-
- InMobiInterstitial.InterstitialCallbacks - Class in com.inmobi.ads
-
- InMobiNative - Class in com.inmobi.ads
-
Use this class to integrate native ads.
- InMobiNative(Context, long, NativeAdEventListener) - Constructor for class com.inmobi.ads.InMobiNative
-
- InMobiNative.LockScreenListener - Interface in com.inmobi.ads
-
A listener for receiving Lockscreen events during the lifecycle of a Native ad.
- InMobiNative.NativeCallbacks - Class in com.inmobi.ads
-
- InMobiSdk - Class in com.inmobi.sdk
-
Constants and settings that have effect across the InMobi SDK.
- InMobiSdk() - Constructor for class com.inmobi.sdk.InMobiSdk
-
- InMobiSdk.AgeGroup - Enum in com.inmobi.sdk
-
- InMobiSdk.Education - Enum in com.inmobi.sdk
-
- InMobiSdk.Gender - Enum in com.inmobi.sdk
-
- InMobiSdk.LogLevel - Enum in com.inmobi.sdk
-
- InMobiUnifiedIdInterface - Interface in com.inmobi.unifiedId
-
- InMobiUnifiedIdService - Class in com.inmobi.unifiedId
-
- InMobiUserDataModel - Class in com.inmobi.unifiedId
-
- InMobiUserDataModel.Builder - Class in com.inmobi.unifiedId
-
- InMobiUserDataTypes - Class in com.inmobi.unifiedId
-
- InMobiUserDataTypes.Builder - Class in com.inmobi.unifiedId
-
- InterstitialAdEventListener - Class in com.inmobi.ads.listeners
-
Listener for receiving notifications during the lifecycle of an interstitial.
- InterstitialAdEventListener() - Constructor for class com.inmobi.ads.listeners.InterstitialAdEventListener
-
- INVALID_ACCOUNT_ID - Static variable in interface com.inmobi.sdk.SdkInitializationListener
-
- INVALID_SITE_ID - Static variable in interface com.inmobi.sdk.SdkInitializationListener
-
- InvalidPlacementIdException - Exception in com.inmobi.ads.exceptions
-
Signals that an invalid placementID has been provided.
- InvalidPlacementIdException() - Constructor for exception com.inmobi.ads.exceptions.InvalidPlacementIdException
-
- isAppDownload() - Method in class com.inmobi.ads.InMobiNative
-
- isReady() - Method in class com.inmobi.ads.InMobiInterstitial
-
Returns true
if the interstitial was loaded successfully and in ready to be shown.
- isReady() - Method in class com.inmobi.ads.InMobiNative
-
Returns true
if the native was loaded successfully and is ready to be shown.
- isVideo() - Method in class com.inmobi.ads.InMobiNative
-
This api provides information if the ad returned contains a video or not.
- onActionRequired(InMobiNative) - Method in interface com.inmobi.ads.InMobiNative.LockScreenListener
-
Called to notify LockScreen that some action is required.
- onAdClicked(Map<Object, Object>) - Method in class com.inmobi.ads.InMobiNative.NativeCallbacks
-
- onAdClicked(InMobiNative) - Method in class com.inmobi.ads.listeners.NativeAdEventListener
-
Called to notify ad was clicked.
- onAdDismissed() - Method in class com.inmobi.ads.InMobiNative.NativeCallbacks
-
- onAdDismissed(InMobiBanner) - Method in class com.inmobi.ads.listeners.BannerAdEventListener
-
Called to notify that the User is about to return to the application after closing the ad.
- onAdDismissed(InMobiInterstitial) - Method in class com.inmobi.ads.listeners.InterstitialAdEventListener
-
Called to indicate that the fullscreen overlay opened by the ad was closed.
- onAdDisplayed(AdMetaInfo) - Method in class com.inmobi.ads.InMobiNative.NativeCallbacks
-
- onAdDisplayed(InMobiBanner) - Method in class com.inmobi.ads.listeners.BannerAdEventListener
-
Called to notify that the banner ad has expanded
- onAdDisplayed(InMobiInterstitial) - Method in class com.inmobi.ads.listeners.InterstitialAdEventListener
-
Deprecated.
- onAdDisplayed(InMobiInterstitial, AdMetaInfo) - Method in class com.inmobi.ads.listeners.InterstitialAdEventListener
-
Called to indicate that the fullscreen overlay is now the topmost screen.
- onAdDisplayFailed(InMobiInterstitial) - Method in class com.inmobi.ads.listeners.InterstitialAdEventListener
-
- onAdFetchFailed(InMobiAdRequestStatus) - Method in class com.inmobi.ads.InMobiBanner.BannerCallbacks
-
- onAdFetchFailed(InMobiAdRequestStatus) - Method in class com.inmobi.ads.InMobiInterstitial.InterstitialCallbacks
-
- onAdFetchFailed(InMobiAdRequestStatus) - Method in class com.inmobi.ads.InMobiNative.NativeCallbacks
-
- onAdFetchFailed(InMobiBanner, InMobiAdRequestStatus) - Method in class com.inmobi.ads.listeners.BannerAdEventListener
-
Called to notify that an ad preload has failed.
- onAdFetchFailed(InMobiInterstitial, InMobiAdRequestStatus) - Method in class com.inmobi.ads.listeners.InterstitialAdEventListener
-
Called to notify that an ad preload has failed.
- onAdFetchSuccessful(AdMetaInfo) - Method in class com.inmobi.ads.InMobiBanner.BannerCallbacks
-
- onAdFetchSuccessful(AdMetaInfo) - Method in class com.inmobi.ads.InMobiInterstitial.InterstitialCallbacks
-
- onAdFetchSuccessful(AdMetaInfo) - Method in class com.inmobi.ads.InMobiNative.NativeCallbacks
-
- onAdFullScreenDismissed(InMobiNative) - Method in class com.inmobi.ads.listeners.NativeAdEventListener
-
- onAdFullScreenDisplayed(InMobiNative) - Method in class com.inmobi.ads.listeners.NativeAdEventListener
-
Called to notify that the ad opened an overlay that covers the screen.
- onAdFullScreenWillDisplay(InMobiNative) - Method in class com.inmobi.ads.listeners.NativeAdEventListener
-
Called to notify that the ad will open an overlay that covers the screen.
- onAdImpressed() - Method in class com.inmobi.ads.InMobiNative.NativeCallbacks
-
- onAdImpressed(InMobiNative) - Method in class com.inmobi.ads.listeners.NativeAdEventListener
-
Called to notify impression has been recorded for this ad.
- onAdLoadFailed(InMobiAdRequestStatus) - Method in class com.inmobi.ads.InMobiNative.NativeCallbacks
-
- onAdLoadSucceeded(AdMetaInfo) - Method in class com.inmobi.ads.InMobiNative.NativeCallbacks
-
- onAdReceived(InMobiInterstitial) - Method in class com.inmobi.ads.listeners.InterstitialAdEventListener
-
Deprecated.
- onAdReceived(InMobiNative) - Method in class com.inmobi.ads.listeners.NativeAdEventListener
-
Deprecated.
- onAdStatusChanged(InMobiNative) - Method in class com.inmobi.ads.listeners.NativeAdEventListener
-
Called to notify that the ad status has changed.
- onAdWillDisplay() - Method in class com.inmobi.ads.InMobiNative.NativeCallbacks
-
- onAdWillDisplay(InMobiInterstitial) - Method in class com.inmobi.ads.listeners.InterstitialAdEventListener
-
Called to indicate that the ad will be launching a fullscreen overlay.
- onAttachedToWindow() - Method in class com.inmobi.ads.InMobiBanner
-
- onAudioStateChanged(boolean) - Method in class com.inmobi.ads.InMobiNative.NativeCallbacks
-
- onAudioStateChanged(InMobiNative, boolean) - Method in class com.inmobi.ads.listeners.VideoEventListener
-
Called to notify when media audio state changes.
- onDetachedFromWindow() - Method in class com.inmobi.ads.InMobiBanner
-
- onFetchCompleted(JSONObject, Error) - Method in interface com.inmobi.unifiedId.InMobiUnifiedIdInterface
-
Publishers should implement this to fetch unified ids used by the sdk and use it in
InMobiUnifiedIdService.fetchUnifiedIds api
- onInitializationComplete(Error) - Method in interface com.inmobi.sdk.SdkInitializationListener
-
Method invoked when SDK initialization process is complete.
- onRequestPayloadCreated(byte[]) - Method in class com.inmobi.ads.InMobiNative.NativeCallbacks
-
- onRequestPayloadCreationFailed(InMobiAdRequestStatus) - Method in class com.inmobi.ads.InMobiNative.NativeCallbacks
-
- onRewardsUnlocked(InMobiBanner, Map<Object, Object>) - Method in class com.inmobi.ads.listeners.BannerAdEventListener
-
Called to notify that a reward was unlocked.
- onRewardsUnlocked(InMobiInterstitial, Map<Object, Object>) - Method in class com.inmobi.ads.listeners.InterstitialAdEventListener
-
Called to indicate that rewards have been unlocked.
- onUserLeftApplication() - Method in class com.inmobi.ads.InMobiNative.NativeCallbacks
-
- onUserLeftApplication(InMobiBanner) - Method in class com.inmobi.ads.listeners.BannerAdEventListener
-
Called to notify that the user is about to leave the application as a result of interacting with the ad.
- onUserLeftApplication(InMobiInterstitial) - Method in class com.inmobi.ads.listeners.InterstitialAdEventListener
-
Called to indicate that the user may leave the application on account of interacting with the ad.
- onUserWillLeaveApplication(InMobiNative) - Method in class com.inmobi.ads.listeners.NativeAdEventListener
-
Called to notify that the user is about to leave the application as a result of interacting with it.
- onVideoCompleted() - Method in class com.inmobi.ads.InMobiNative.NativeCallbacks
-
- onVideoCompleted(InMobiNative) - Method in class com.inmobi.ads.listeners.VideoEventListener
-
Called to notify that the video has finished playing.
- onVideoSkipped() - Method in class com.inmobi.ads.InMobiNative.NativeCallbacks
-
- onVideoSkipped(InMobiNative) - Method in class com.inmobi.ads.listeners.VideoEventListener
-
Called to notify that the user has skipped video play.
- onVisibilityChanged(View, int) - Method in class com.inmobi.ads.InMobiBanner
-
- onWindowFocusChanged(boolean) - Method in class com.inmobi.ads.InMobiBanner
-
- SdkInitializationListener - Interface in com.inmobi.sdk
-
Interface to provide publisher callback when SDK initialization process is complete.
- SdkNotInitializedException - Exception in com.inmobi.ads.exceptions
-
Signals that an ad instance(s) is created without initialising the SDK.
- SdkNotInitializedException(String) - Constructor for exception com.inmobi.ads.exceptions.SdkNotInitializedException
-
- setAge(int) - Static method in class com.inmobi.sdk.InMobiSdk
-
Set the user's age for targeting purposes.
- setAgeGroup(InMobiSdk.AgeGroup) - Static method in class com.inmobi.sdk.InMobiSdk
-
Set the user's age group for targeting purposes.
- setAnimationType(InMobiBanner.AnimationType) - Method in class com.inmobi.ads.InMobiBanner
-
Set the animation preference on the banner views during ad refresh.
- setApplicationMuted(boolean) - Static method in class com.inmobi.sdk.InMobiSdk
-
Inform SDK if any media which is rendered by SDK should be played muted.
- setAreaCode(String) - Static method in class com.inmobi.sdk.InMobiSdk
-
Set the area code for targeting purposes.
- setBannerSize(int, int) - Method in class com.inmobi.ads.InMobiBanner
-
Set the width and height of Banner.
- setCustomMessage(String) - Method in class com.inmobi.ads.InMobiAdRequestStatus
-
If a custom message has to to be used for the above request codes
- setEducation(InMobiSdk.Education) - Static method in class com.inmobi.sdk.InMobiSdk
-
Set the educational qualifications of the user for targeting purposes.
- setEnableAutoRefresh(boolean) - Method in class com.inmobi.ads.InMobiBanner
-
Control if the banner should auto-refresh ad content.
- setExtras(Map<String, String>) - Method in class com.inmobi.ads.InMobiBanner
-
Set any additional custom parameters that will be sent in the ad request.
- setExtras(Map<String, String>) - Method in class com.inmobi.ads.InMobiInterstitial
-
Set any additional custom parameters that will be sent in the ad request.
- setExtras(Map<String, String>) - Method in class com.inmobi.ads.InMobiNative
-
Set any additional custom parameters that will be sent in the ad request.
- setGender(InMobiSdk.Gender) - Static method in class com.inmobi.sdk.InMobiSdk
-
Set the user's gender for targeting purposes.
- setInterests(String) - Static method in class com.inmobi.sdk.InMobiSdk
-
Set the user's interest areas for targeting purposes.
- setKeywords(String) - Method in class com.inmobi.ads.InMobiBanner
-
Set comma delimited keywords for targeting purpose
- setKeywords(String) - Method in class com.inmobi.ads.InMobiInterstitial
-
Set comma delimited keywords for targeting purpose
- setKeywords(String) - Method in class com.inmobi.ads.InMobiNative
-
Set comma delimited keywords for targeting purpose
- setLanguage(String) - Static method in class com.inmobi.sdk.InMobiSdk
-
Set the language for targeting purposes.
- setListener(BannerAdEventListener) - Method in class com.inmobi.ads.InMobiBanner
-
Set a listener to be notified of lifecycle events for the
InMobiBanner
instance.
- setListener(InterstitialAdEventListener) - Method in class com.inmobi.ads.InMobiInterstitial
-
- setListener(NativeAdEventListener) - Method in class com.inmobi.ads.InMobiNative
-
Method to update the pub listener
- setLocation(Location) - Static method in class com.inmobi.sdk.InMobiSdk
-
Set the user's location for targeting purposes.
- setLocationWithCityStateCountry(String, String, String) - Static method in class com.inmobi.sdk.InMobiSdk
-
Set specific location parameters for targeting purposes.
- setLogLevel(InMobiSdk.LogLevel) - Static method in class com.inmobi.sdk.InMobiSdk
-
Control the verbosity of the logs printed by the Ads SDK.
- setPostalCode(String) - Static method in class com.inmobi.sdk.InMobiSdk
-
Set the postal code for targeting purposes.
- setPublisherProvidedUnifiedId(JSONObject) - Static method in class com.inmobi.sdk.InMobiSdk
-
Set Unified ID procured from vendors directly.
- setRefreshInterval(int) - Method in class com.inmobi.ads.InMobiBanner
-
Specify the refresh interval for the banner ad.
- setVideoEventListener(VideoEventListener) - Method in class com.inmobi.ads.InMobiNative
-
Method to add or update the video events listener for pub
- setYearOfBirth(int) - Static method in class com.inmobi.sdk.InMobiSdk
-
Set the user's year of birth for targeting purposes.
- sha1 - Variable in class com.inmobi.unifiedId.InMobiUserDataTypes.Builder
-
- sha1(String) - Method in class com.inmobi.unifiedId.InMobiUserDataTypes.Builder
-
- sha1 - Variable in class com.inmobi.unifiedId.InMobiUserDataTypes
-
- sha256 - Variable in class com.inmobi.unifiedId.InMobiUserDataTypes.Builder
-
- sha256(String) - Method in class com.inmobi.unifiedId.InMobiUserDataTypes.Builder
-
- sha256 - Variable in class com.inmobi.unifiedId.InMobiUserDataTypes
-
- show() - Method in class com.inmobi.ads.InMobiInterstitial
-
Show the interstitial ad.
- show(int, int) - Method in class com.inmobi.ads.InMobiInterstitial
-
Deprecated.
- showOnLockScreen(InMobiNative.LockScreenListener) - Method in class com.inmobi.ads.InMobiNative
-
Call this method to inform SDK that this Ad will be shown on LockScreen.
- valueOf(String) - Static method in enum com.inmobi.ads.InMobiAdRequestStatus.StatusCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.inmobi.ads.InMobiBanner.AnimationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.inmobi.sdk.InMobiSdk.AgeGroup
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.inmobi.sdk.InMobiSdk.Education
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.inmobi.sdk.InMobiSdk.Gender
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.inmobi.sdk.InMobiSdk.LogLevel
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.inmobi.ads.InMobiAdRequestStatus.StatusCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.inmobi.ads.InMobiBanner.AnimationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.inmobi.sdk.InMobiSdk.AgeGroup
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.inmobi.sdk.InMobiSdk.Education
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.inmobi.sdk.InMobiSdk.Gender
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.inmobi.sdk.InMobiSdk.LogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VastException - Exception in com.inmobi.ads.exceptions
-
- VastException(int) - Constructor for exception com.inmobi.ads.exceptions.VastException
-
- VideoEventListener - Class in com.inmobi.ads.listeners
-
- VideoEventListener() - Constructor for class com.inmobi.ads.listeners.VideoEventListener
-