Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

A

AATKit - Class in com.intentsoftware.addapptr
 
AATKit() - Constructor for class com.intentsoftware.addapptr.AATKit
 
AATKit.Consent - Interface in com.intentsoftware.addapptr
Used for passing of detailed GDPR consent.
AATKit.Delegate - Interface in com.intentsoftware.addapptr
Notifies about AATKit events.
AATKitConfiguration - Class in com.intentsoftware.addapptr
Used to set up AATKit.
AATKitConfiguration(Application) - Constructor for class com.intentsoftware.addapptr.AATKitConfiguration
Creates the default Configuration object to be used when initializing AATKit.
AATKitConfiguration.Platform - Enum in com.intentsoftware.addapptr
 
aatkitHaveAd(int) - Method in interface com.intentsoftware.addapptr.AATKit.Delegate
Notifies that placement has finished loading an ad successfully.
aatkitHaveAdForPlacementWithBannerView(int, BannerPlacementLayout) - Method in interface com.intentsoftware.addapptr.AATKit.Delegate
Notifies that AATKit has new banner view ready for placement.
aatkitHaveVASTAd(int, VASTAdData) - Method in interface com.intentsoftware.addapptr.AATKit.Delegate
Notifies that placement has finished loading an VAST ad successfully.
aatkitNoAd(int) - Method in interface com.intentsoftware.addapptr.AATKit.Delegate
Notifies that placement has failed to load an ad.
aatkitObtainedAdRules(boolean) - Method in interface com.intentsoftware.addapptr.AATKit.Delegate
Notifies that the AATKit has obtained ad rules.
aatkitPauseForAd(int) - Method in interface com.intentsoftware.addapptr.AATKit.Delegate
Notifies that ad went fullscreen and that application should pause.
aatkitResumeAfterAd(int) - Method in interface com.intentsoftware.addapptr.AATKit.Delegate
Notifies that ad came back from fullscreen and that application should resume.
AATKitReward - Class in com.intentsoftware.addapptr
Object describing a reward earned by a user for interacting with a Rewarded Video ad.
AATKitReward(String, String) - Constructor for class com.intentsoftware.addapptr.AATKitReward
 
AATKitRuntimeConfiguration - Class in com.intentsoftware.addapptr
Allows to change settings for AATKit at runtime.
AATKitRuntimeConfiguration() - Constructor for class com.intentsoftware.addapptr.AATKitRuntimeConfiguration
Creates the AATKitRuntimeConfiguration object to be used when reconfiguring AATKit.
aatkitShowingEmpty(int) - Method in interface com.intentsoftware.addapptr.AATKit.Delegate
Notifies that placement has loaded an Empty ad.
aatkitUnknownBundleId() - Method in interface com.intentsoftware.addapptr.AATKit.Delegate
Notifies that application's bundle ID was not recognized by the AddApptr server.
aatkitUserEarnedIncentive(int, AATKitReward) - Method in interface com.intentsoftware.addapptr.AATKit.Delegate
Notifies that placement has earned incentive (by rewarded ads).
addAdNetworkForKeywordTargeting(AdNetwork) - Static method in class com.intentsoftware.addapptr.AATKit
Adds an ad network to the list of ad networks that receive targeting keywords (if any set).
AdNetwork - Enum in com.intentsoftware.addapptr
 
adRule - Variable in class com.intentsoftware.addapptr.ad.vast.DFPVASTRequestParameters
Defines the 'ad_rule' request parameter
ADVERTISER_TEXT_ASSET - Static variable in class com.intentsoftware.addapptr.ad.NativeAd
 
appCat - Variable in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
Defines the 'app[cat]' request parameter.
appDomain - Variable in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
Defines the 'app[domain]' request parameter.
appName - Variable in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
Defines the 'app[name]' request parameter.
appPrivacypolicy - Variable in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
Defines the 'app[privacypolicy]' request parameter.
appQagmediarating - Variable in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
Defines the 'app[qagmediarating]' request parameter.
appStoreUrl - Variable in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
Defines the 'app[storeurl]' request parameter.
appUId - Variable in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
Defines the 'app[uid]' request parameter.
appVersion - Variable in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
Defines the 'app[ver]' request parameter.
attachNativeAdToLayout(NativeAdData, ViewGroup, View, View) - Static method in class com.intentsoftware.addapptr.AATKit
Deprecated.
This method is deprecated and will be removed in the future. Please use AATKit.attachNativeAdToLayout(NativeAdData, ViewGroup, View, View, View) instead.
attachNativeAdToLayout(NativeAdData, ViewGroup, View, View, View) - Static method in class com.intentsoftware.addapptr.AATKit
Binds the native ad instance with given ViewGroup.
attachToLayout(ViewGroup, View, View, View) - Method in class com.intentsoftware.addapptr.ad.NativeAd
 

B

BANNER_DEFAULT_RELOAD_INTERVAL_IN_SECONDS - Static variable in class com.intentsoftware.addapptr.AATKit
 
BANNER_MAX_RELOAD_INTERVAL_IN_SECONDS - Static variable in class com.intentsoftware.addapptr.AATKit
 
BANNER_MIN_RELOAD_INTERVAL_IN_SECONDS - Static variable in class com.intentsoftware.addapptr.AATKit
 
BannerCache - Class in com.intentsoftware.addapptr
A cache of automatically preloaded banner ads.
BannerCache(BannerCacheConfiguration) - Constructor for class com.intentsoftware.addapptr.BannerCache
Creates a cache of automatically preloaded banner ads.
BannerCache.CacheDelegate - Interface in com.intentsoftware.addapptr
Optional delegate informing about events in BannerCache.
BannerCacheConfiguration - Class in com.intentsoftware.addapptr
Used to set up BannerCache.
BannerCacheConfiguration(String, int) - Constructor for class com.intentsoftware.addapptr.BannerCacheConfiguration
Creates the configuration object to be used when creating BannerCache
BannerConfiguration - Class in com.intentsoftware.addapptr
The configuration object to be used when creating a banner placement.
BannerConfiguration() - Constructor for class com.intentsoftware.addapptr.BannerConfiguration
Constructs new BannerConfguration to be used when creating new BannerPlacement.
BannerPlacement - Interface in com.intentsoftware.addapptr
Placement used for obtaining banner ads.
BannerRequest - Class in com.intentsoftware.addapptr
The request for new banner ad.
BannerRequest(BannerRequestDelegate) - Constructor for class com.intentsoftware.addapptr.BannerRequest
Constructs a new banner request.
BannerRequestCompletionListener - Interface in com.intentsoftware.addapptr
Listener called when the banner request finishes.
BannerRequestDelegate - Interface in com.intentsoftware.addapptr
The delegate that can be used to customize the banner request with regards to keyword targeting.
BannerRequestError - Class in com.intentsoftware.addapptr
Error indicating why the banner request has failed.
BannerSize - Enum in com.intentsoftware.addapptr
 

C

CALL_TO_ACTION_TEXT_ASSET - Static variable in class com.intentsoftware.addapptr.ad.NativeAd
 
cancel(BannerRequest) - Method in interface com.intentsoftware.addapptr.BannerPlacement
Cancels the given banner request.
CMPGoogle - Class in com.intentsoftware.addapptr.consent
 
CMPGoogle(Activity) - Constructor for class com.intentsoftware.addapptr.consent.CMPGoogle
Constructor.
CMPNeedsUI() - Method in class com.intentsoftware.addapptr.ManagedConsent
 
CMPOgury - Class in com.intentsoftware.addapptr.consent
 
CMPOgury(Application, String) - Constructor for class com.intentsoftware.addapptr.consent.CMPOgury
Constructor.
cmsid - Variable in class com.intentsoftware.addapptr.ad.vast.DFPVASTRequestParameters
Defines the 'cmsid' request parameter.
com.intentsoftware.addapptr - package com.intentsoftware.addapptr
 
com.intentsoftware.addapptr.ad - package com.intentsoftware.addapptr.ad
 
com.intentsoftware.addapptr.ad.vast - package com.intentsoftware.addapptr.ad.vast
 
com.intentsoftware.addapptr.consent - package com.intentsoftware.addapptr.consent
 
consume() - Method in class com.intentsoftware.addapptr.BannerCache
Returns an instance of BannerPlacementLayout to be used within the app.
consume(boolean) - Method in class com.intentsoftware.addapptr.BannerCache
Returns an instance of BannerPlacementLayout to be used within the app.
contentAllRating - Variable in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
Defines the 'content[all_rating]' request parameter.
contentCat - Variable in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
Defines the 'content[cat]' request parameter.
contentCompanyUrl - Variable in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
Defines the 'content[company_url]' request parameter.
contentId - Variable in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
Defines the 'content[id]' request parameter.
contentQagmediarating - Variable in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
Defines the 'content[qagmediarating]' request parameter.
contentSeries - Variable in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
Defines the 'content[series]' request parameter.
contentTitle - Variable in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
Defines the 'content[title]' request parameter.
coppa - Variable in class com.intentsoftware.addapptr.ad.vast.DFPVASTRequestParameters
Defines the 'tfcd' request parameter.
coppa - Variable in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
Defines the 'regs[coppa]' request parameter.
countAdSpace() - Method in interface com.intentsoftware.addapptr.BannerPlacement
Counts the adspace for statistics.
createBannerPlacement(String, BannerConfiguration) - Static method in class com.intentsoftware.addapptr.AATKit
Creates a new banner placement.
createNativeAdPlacement(String, boolean) - Static method in class com.intentsoftware.addapptr.AATKit
Creates a new native ad placement.
createPlacement(String, PlacementSize) - Static method in class com.intentsoftware.addapptr.AATKit
Creates placement with given name and size.
createRewardedVideoPlacement(String) - Static method in class com.intentsoftware.addapptr.AATKit
Creates a new rewarded video placement.
currentlyLoadingNativeAdsOnPlacement(int) - Static method in class com.intentsoftware.addapptr.AATKit
Returns how many ads are currently loading for given native ad placement.
customParameters - Variable in class com.intentsoftware.addapptr.ad.vast.DFPVASTRequestParameters
Defines the 'scp' request parameter.

D

DESCRIPTION_TEXT_ASSET - Static variable in class com.intentsoftware.addapptr.ad.NativeAd
 
descriptionUrl - Variable in class com.intentsoftware.addapptr.ad.vast.DFPVASTRequestParameters
Defines the 'description_url' request parameter.
destroy() - Method in class com.intentsoftware.addapptr.BannerCache
Destroys the BannerCache, clearing all preloaded banner ads and canceling pending reload requests.
detachFromLayout() - Method in class com.intentsoftware.addapptr.ad.NativeAd
 
detachNativeAdFromLayout(NativeAdData) - Static method in class com.intentsoftware.addapptr.AATKit
Removes the binding between native ad and ViewGroup.
DFPVASTRequestParameters - Class in com.intentsoftware.addapptr.ad.vast
Allows to define request parameters.
DFPVASTRequestParameters() - Constructor for class com.intentsoftware.addapptr.ad.vast.DFPVASTRequestParameters
 
disableDebugScreen() - Static method in class com.intentsoftware.addapptr.AATKit
Disables the debug screen appearing after shaking the device.

E

editConsent(Activity) - Method in class com.intentsoftware.addapptr.consent.CMPGoogle
 
editConsent(Activity) - Method in class com.intentsoftware.addapptr.consent.CMPOgury
 
editConsent(Activity) - Method in class com.intentsoftware.addapptr.ManagedConsent
Presents the consent screen, allowing the user to change consent settings.
enableDebugScreen() - Static method in class com.intentsoftware.addapptr.AATKit
Enables debug screen that will show after shaking the device.

F

finalize() - Method in class com.intentsoftware.addapptr.ad.NativeAd
 
firstBannerLoaded() - Method in interface com.intentsoftware.addapptr.BannerCache.CacheDelegate
Called when the first banner gets loaded for the cache.
fittingBannerSizesLandscape(Context) - Static method in class com.intentsoftware.addapptr.AATKit
Returns the set of BannerSize that will fit on a given device in landscape screen orientation.
fittingBannerSizesPortrait(Context) - Static method in class com.intentsoftware.addapptr.AATKit
Returns the set of BannerSize that will fit on a given device in portrait screen orientation.
flashVideoAccepted - Variable in class com.intentsoftware.addapptr.ad.vast.SmartAdServerVASTRequestParameters
Defines the 'vaf' request parameter.
fromServerConfigName(String) - Static method in enum com.intentsoftware.addapptr.AdNetwork
 
fromServerConfigName(String) - Static method in enum com.intentsoftware.addapptr.BannerSize
 

G

getAdNetwork() - Method in class com.intentsoftware.addapptr.ad.vast.DFPVASTRequestParameters
 
getAdNetwork() - Method in class com.intentsoftware.addapptr.ad.vast.SmartAdServerVASTRequestParameters
 
getAdNetwork() - Method in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
 
getAdType() - Method in class com.intentsoftware.addapptr.ad.NativeAd
 
getAsset(String) - Method in class com.intentsoftware.addapptr.ad.NativeAd
 
getBannerSize() - Method in enum com.intentsoftware.addapptr.PlacementSize
 
getBannerSizes() - Method in class com.intentsoftware.addapptr.BannerRequest
Returns the set of allowed BannerSize for this request.
getBrandingLogo() - Method in class com.intentsoftware.addapptr.ad.NativeAd
 
getConsentForNetwork(AdNetwork) - Method in class com.intentsoftware.addapptr.consent.CMPGoogle
 
getConsentForNetwork(AdNetwork) - Method in class com.intentsoftware.addapptr.consent.CMPOgury
 
getContentTargetingUrl() - Method in class com.intentsoftware.addapptr.BannerRequest
Returns the content targeting url for this request.
getDebugInfo() - Static method in class com.intentsoftware.addapptr.AATKit
Used for obtaining debug information (the same that would be presented in dialog after shaking the device if debug screen is enabled)
getDelegate() - Method in class com.intentsoftware.addapptr.BannerRequest
Returns the BannerRequestDelegate set for this request.
getFullVersion() - Static method in class com.intentsoftware.addapptr.AATKit
 
getHeight() - Method in enum com.intentsoftware.addapptr.BannerSize
 
getMessage() - Method in class com.intentsoftware.addapptr.BannerRequestError
Returns the description of failure.
getName() - Method in class com.intentsoftware.addapptr.AATKitReward
Returns the name of the reward.
getNativeAd(int) - Static method in class com.intentsoftware.addapptr.AATKit
Returns the instance of native ad for given native ad placement.
getNativeAdAdvertiser(NativeAdData) - Static method in class com.intentsoftware.addapptr.AATKit
Returns the advertiser asset of native ad (not the same as ad network providing it).
getNativeAdBrandingLogo(NativeAdData) - Static method in class com.intentsoftware.addapptr.AATKit
Returns the view with branding logo or ad information related to the ad network providing the native ad.
getNativeAdCallToAction(NativeAdData) - Static method in class com.intentsoftware.addapptr.AATKit
Returns the call to action of native ad.
getNativeAdDescription(NativeAdData) - Static method in class com.intentsoftware.addapptr.AATKit
Returns the description of native ad.
getNativeAdIconUrl(NativeAdData) - Static method in class com.intentsoftware.addapptr.AATKit
Returns the URL of the icon asset of native ad.
getNativeAdImageUrl(NativeAdData) - Static method in class com.intentsoftware.addapptr.AATKit
Returns the URL of the image asset of native ad.
getNativeAdNetwork(NativeAdData) - Static method in class com.intentsoftware.addapptr.AATKit
Returns the ad network providing given native ad
getNativeAdRating(NativeAdData) - Static method in class com.intentsoftware.addapptr.AATKit
Returns the rating asset of native ad.
getNativeAdTitle(NativeAdData) - Static method in class com.intentsoftware.addapptr.AATKit
Returns the title of native ad.
getNetwork() - Method in class com.intentsoftware.addapptr.ad.NativeAd
 
getNumberOfWorkers() - Method in class com.intentsoftware.addapptr.BannerConfiguration
Returns the number of ad requests that can be made simultaneously.
getOption(String) - Static method in class com.intentsoftware.addapptr.AATKit
Get option from AATKit.
getPlacementIdForName(String) - Static method in class com.intentsoftware.addapptr.AATKit
Returns identifier of placement with given name, or -1 if placement with given name does not exist.
getPlacementView(int) - Static method in class com.intentsoftware.addapptr.AATKit
Returns placement view.
getPlatformPrefix() - Method in enum com.intentsoftware.addapptr.AATKitConfiguration.Platform
 
getRating() - Method in class com.intentsoftware.addapptr.ad.NativeAd
 
getRequestParameters() - Method in class com.intentsoftware.addapptr.ad.vast.DFPVASTRequestParameters
 
getRequestParameters() - Method in class com.intentsoftware.addapptr.ad.vast.SmartAdServerVASTRequestParameters
 
getRequestParameters() - Method in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
 
getScale() - Method in class com.intentsoftware.addapptr.ad.NativeAd.NativeAdRating
 
getTargetingInformation() - Method in class com.intentsoftware.addapptr.BannerRequest
Returns the targeting information for this request.
getValue() - Method in class com.intentsoftware.addapptr.AATKitReward
Returns the value of the reward.
getValue() - Method in class com.intentsoftware.addapptr.ad.NativeAd.NativeAdRating
 
getVersion() - Static method in class com.intentsoftware.addapptr.AATKit
 
getWidth() - Method in enum com.intentsoftware.addapptr.BannerSize
 

H

hasAdForPlacement(int) - Static method in class com.intentsoftware.addapptr.AATKit
Returns true if there is an ad loaded for given placementId.
hasExpired() - Method in class com.intentsoftware.addapptr.ad.NativeAd
 
height - Variable in class com.intentsoftware.addapptr.ad.vast.SmartAdServerVASTRequestParameters
Defines the 'vph' request parameter.
hl - Variable in class com.intentsoftware.addapptr.ad.vast.DFPVASTRequestParameters
Defines the 'hl' request parameter.

I

ICON_IMAGE_ASSET - Static variable in class com.intentsoftware.addapptr.ad.NativeAd
 
init(AATKitConfiguration) - Static method in class com.intentsoftware.addapptr.AATKit
Initializes the AATKit library.
isDelayedImpression - Variable in class com.intentsoftware.addapptr.ad.vast.DFPVASTRequestParameters
Defines the 'unviewed_position_start' request parameter.
isFrequencyCapReachedForPlacement(int) - Static method in class com.intentsoftware.addapptr.AATKit
Checks if desired impression cap (set on AddApptr Dashboard) is reached for given native ad, fullscreen, rewarded video or VAST placement.
isManualAdSpaceCounting() - Method in class com.intentsoftware.addapptr.BannerConfiguration
Checks if manual adspace counting is enabled.
isNativeAdExpired(NativeAdData) - Static method in class com.intentsoftware.addapptr.AATKit
Returns if the native ad has expired and shall no longer be used.
isNativeAdReady(NativeAdData) - Static method in class com.intentsoftware.addapptr.AATKit
Returns if the native ad is ready to be displayed.
isNetworkEnabled(AdNetwork) - Static method in class com.intentsoftware.addapptr.AATKit
Returns true if ad network is enabled, false otherwise.
isOptionEnabled(String) - Static method in class com.intentsoftware.addapptr.AATKit
Convenience method for checking if option is enabled in AATKit.
isShouldRequestMainImage() - Method in class com.intentsoftware.addapptr.ad.NativeAd
 
isTablet(Context) - Static method in class com.intentsoftware.addapptr.AATKit
Checks if AATKit recognizes given device as tablet.

L

lip - Variable in class com.intentsoftware.addapptr.ad.vast.DFPVASTRequestParameters
Defines the 'lip' request parameter.
listOfSizes - Variable in class com.intentsoftware.addapptr.ad.vast.DFPVASTRequestParameters
Defines the 'ciu_szs' request parameter.

M

MAIN_IMAGE_ASSET - Static variable in class com.intentsoftware.addapptr.ad.NativeAd
 
ManagedConsent - Class in com.intentsoftware.addapptr
Will present a dialog for the users to grant or withhold their consent.
ManagedConsent(CMP, Context, ManagedConsent.ManagedConsentDelegate) - Constructor for class com.intentsoftware.addapptr.ManagedConsent
Creates the ManagedConsent instance.
ManagedConsent.ManagedConsentDelegate - Interface in com.intentsoftware.addapptr
Notifies about the need to show the consent dialog.
ManagedConsent.ManagedConsentState - Enum in com.intentsoftware.addapptr
Possible states of consent given by the user.
managedConsentCMPFailedToLoad(ManagedConsent, String) - Method in interface com.intentsoftware.addapptr.ManagedConsent.ManagedConsentDelegate
Notifies that the used CMP failed to load.
managedConsentCMPFailedToShow(ManagedConsent, String) - Method in interface com.intentsoftware.addapptr.ManagedConsent.ManagedConsentDelegate
Notifies that the used CMP failed to show.
managedConsentCMPFinished(ManagedConsent.ManagedConsentState) - Method in interface com.intentsoftware.addapptr.ManagedConsent.ManagedConsentDelegate
Notifies that the used CMP has finished updating consent.
managedConsentNeedsUserInterface(ManagedConsent) - Method in interface com.intentsoftware.addapptr.ManagedConsent.ManagedConsentDelegate
Notifies that ManagedConsent needs to show a consent dialog.
maxBitRate - Variable in class com.intentsoftware.addapptr.ad.vast.SmartAdServerVASTRequestParameters
Defines the 'vbrmax' request parameter.
maxBitrate - Variable in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
Defines the 'max_bitrate' request parameter.
maxDurationInSeconds - Variable in class com.intentsoftware.addapptr.ad.vast.DFPVASTRequestParameters
Defines the 'max_ad_duration' request parameter.
maxDurationInSeconds - Variable in class com.intentsoftware.addapptr.ad.vast.SmartAdServerVASTRequestParameters
Defines the 'vdmax' request parameter.
maxHeight - Variable in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
Defines the 'max_height' request parameter.
maximumBannerSizeLandscape(Context) - Static method in class com.intentsoftware.addapptr.AATKit
Returns the PlacementSize with maximum width that will fit on a given device in landscape screen orientation.
maximumBannerSizePortrait(Context) - Static method in class com.intentsoftware.addapptr.AATKit
Returns the PlacementSize with maximum width that will fit on a given device in portrait screen orientation.
maxWidth - Variable in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
Defines the 'max_width' request parameter.
minBitRate - Variable in class com.intentsoftware.addapptr.ad.vast.SmartAdServerVASTRequestParameters
Defines the 'vbrmin' request parameter.
minBitrate - Variable in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
Defines the 'min_bitrate' request parameter.
minDurationInSeconds - Variable in class com.intentsoftware.addapptr.ad.vast.DFPVASTRequestParameters
Defines the 'min_ad_duration' request parameter.
minDurationInSeconds - Variable in class com.intentsoftware.addapptr.ad.vast.SmartAdServerVASTRequestParameters
Defines the 'vdmin' request parameter.
minHeight - Variable in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
Defines the 'min_height' request parameter.
minWidth - Variable in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
Defines the 'min_width' request parameter.
mridx - Variable in class com.intentsoftware.addapptr.ad.vast.DFPVASTRequestParameters
Defines the 'mridx' request parameter.

N

NativeAd - Class in com.intentsoftware.addapptr.ad
 
NativeAd() - Constructor for class com.intentsoftware.addapptr.ad.NativeAd
 
NativeAd.LayoutListener - Interface in com.intentsoftware.addapptr.ad
 
NativeAd.NativeAdRating - Class in com.intentsoftware.addapptr.ad
 
NativeAd.Type - Enum in com.intentsoftware.addapptr.ad
 
NativeAdRating(double, double) - Constructor for class com.intentsoftware.addapptr.ad.NativeAd.NativeAdRating
 
nofb - Variable in class com.intentsoftware.addapptr.ad.vast.DFPVASTRequestParameters
Defines the 'nofb' request parameter.
NonIABConsent - Enum in com.intentsoftware.addapptr
Possible states of GDPR consent
notifyListenerThatAdIsShown() - Method in class com.intentsoftware.addapptr.ad.NativeAd
 
notifyListenerThatAdWasClicked() - Method in class com.intentsoftware.addapptr.ad.NativeAd
 

O

onActivityPause(Activity) - Static method in class com.intentsoftware.addapptr.AATKit
Notifies AATKit about activity pause.
onActivityResume(Activity) - Static method in class com.intentsoftware.addapptr.AATKit
Notifies AATKit about activity resume.
onAdAttachedToLayout(Ad) - Method in interface com.intentsoftware.addapptr.ad.NativeAd.LayoutListener
 
onAdDetachedFromLayout(Ad) - Method in interface com.intentsoftware.addapptr.ad.NativeAd.LayoutListener
 
onCMPFailedToLoad(String) - Method in class com.intentsoftware.addapptr.ManagedConsent
 
onCMPFailedToShow(String) - Method in class com.intentsoftware.addapptr.ManagedConsent
 
onConsentUpdated(ManagedConsent.ManagedConsentState) - Method in class com.intentsoftware.addapptr.ManagedConsent
 
onRequestCompleted(BannerPlacementLayout, BannerRequestError) - Method in interface com.intentsoftware.addapptr.BannerRequestCompletionListener
Called when the banner request is finished.
onViewableImpressionDetected() - Method in class com.intentsoftware.addapptr.ad.NativeAd
 
onViewAttachedToWindow(View) - Method in class com.intentsoftware.addapptr.ad.NativeAd
 
onViewDetachedFromWindow(View) - Method in class com.intentsoftware.addapptr.ad.NativeAd
 
outputFormat - Variable in class com.intentsoftware.addapptr.ad.vast.DFPVASTRequestParameters
Defines the 'output' request parameter.

P

pageDomain - Variable in class com.intentsoftware.addapptr.ad.vast.SmartAdServerVASTRequestParameters
Defines the 'pgdomain' request parameter.
pause() - Method in class com.intentsoftware.addapptr.ad.NativeAd
 
PlacementSize - Enum in com.intentsoftware.addapptr
 
playbackMethod - Variable in class com.intentsoftware.addapptr.ad.vast.SmartAdServerVASTRequestParameters
Defines the 'vpmt' request parameter.
playerHeight - Variable in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
Defines the 'player_height' request parameter.
playerWidth - Variable in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
Defines the 'player_width' request parameter.
playTime - Variable in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
Defines the 'playtime' request parameter.
pmad - Variable in class com.intentsoftware.addapptr.ad.vast.DFPVASTRequestParameters
Defines the 'pmad' request parameter.
pmnd - Variable in class com.intentsoftware.addapptr.ad.vast.DFPVASTRequestParameters
Defines the 'pmnd' request parameter.
pmxd - Variable in class com.intentsoftware.addapptr.ad.vast.DFPVASTRequestParameters
Defines the 'pmxd' request parameter.
pod - Variable in class com.intentsoftware.addapptr.ad.vast.DFPVASTRequestParameters
Defines the 'pod' request parameter.
ppos - Variable in class com.intentsoftware.addapptr.ad.vast.DFPVASTRequestParameters
Defines the 'ppos' request parameter.
publisherId - Variable in class com.intentsoftware.addapptr.ad.vast.DFPVASTRequestParameters
Defines the 'ppid' request parameter.
publisherProvider - Variable in class com.intentsoftware.addapptr.ad.vast.DFPVASTRequestParameters
Defines the 'pp' request parameter.

R

reconfigure(AATKitRuntimeConfiguration) - Static method in class com.intentsoftware.addapptr.AATKit
Allows to reconfigure the options for GDPR consent.
reload(Activity) - Method in class com.intentsoftware.addapptr.consent.CMPGoogle
 
reload(Activity) - Method in class com.intentsoftware.addapptr.consent.CMPOgury
 
reload(Activity) - Method in class com.intentsoftware.addapptr.ManagedConsent
Tells the CMP to reload.
reloadPlacement(int) - Static method in class com.intentsoftware.addapptr.AATKit
Requests placement reload.
reloadPlacement(int, boolean) - Static method in class com.intentsoftware.addapptr.AATKit
Requests placement reload.
removeAdNetworkForKeywordTargeting(AdNetwork) - Static method in class com.intentsoftware.addapptr.AATKit
Removes an ad network from the list of ad networks that receive targeting keywords (if any set).
reportAdSpaceForPlacement(int) - Static method in class com.intentsoftware.addapptr.AATKit
Indicates that the application wants to display a native or VAST ad for given placement.
reportVASTClick(VASTAdData) - Static method in class com.intentsoftware.addapptr.AATKit
Reports the VAST ad click.
reportVASTImpression(VASTAdData) - Static method in class com.intentsoftware.addapptr.AATKit
Reports the VAST ad impression.
reportVASTViewableImpression(VASTAdData) - Static method in class com.intentsoftware.addapptr.AATKit
Reports the VAST ad viewable impression.
requestAd(BannerRequest, BannerRequestCompletionListener) - Method in interface com.intentsoftware.addapptr.BannerPlacement
Requests a new banner ad.
resume(Activity) - Method in class com.intentsoftware.addapptr.ad.NativeAd
 

S

setAlternativeBundleId(String) - Method in class com.intentsoftware.addapptr.AATKitConfiguration
Sets the fake bundle ID for testing purposes.
setAsset(String, String) - Method in class com.intentsoftware.addapptr.ad.NativeAd
 
setBannerSizes(Set<BannerSize>) - Method in class com.intentsoftware.addapptr.BannerRequest
Sets the set of BannerSize that can be returned by this request.
setConsent(AATKit.Consent) - Method in class com.intentsoftware.addapptr.AATKitRuntimeConfiguration
Sets the detailed consent for GDPR.
setConsentRequired(boolean) - Method in class com.intentsoftware.addapptr.AATKitRuntimeConfiguration
Sets if the GDPR consent is required (if the user falls under GDPR jurisdiction).
setContentTargetingUrl(String) - Static method in class com.intentsoftware.addapptr.AATKit
Sets the content targeting url for the application.
setContentTargetingUrl(int, String) - Static method in class com.intentsoftware.addapptr.AATKit
Sets the content targeting url for the given placement.
setContentTargetingUrl(String) - Method in class com.intentsoftware.addapptr.BannerRequest
Sets the content targeting url for this request
setDelegate(AATKit.Delegate) - Method in class com.intentsoftware.addapptr.AATKitConfiguration
Sets the delegate notifying about AATKit events.
setDelegate(BannerCache.CacheDelegate) - Method in class com.intentsoftware.addapptr.BannerCacheConfiguration
Sets optional cache delegate.
setDelegate(CMPDelegate) - Method in class com.intentsoftware.addapptr.consent.CMPGoogle
 
setDelegate(CMPDelegate) - Method in class com.intentsoftware.addapptr.consent.CMPOgury
 
setInitialRules(String) - Static method in class com.intentsoftware.addapptr.AATKit
Allows setting of ad rules that will be used before real rules from the server are downloaded.
setInitialRules(String) - Method in class com.intentsoftware.addapptr.AATKitConfiguration
Allows setting of ad rules that will be used before real rules from the server are downloaded.
setLayoutListener(NativeAd.LayoutListener) - Method in class com.intentsoftware.addapptr.ad.NativeAd
 
setLogLevel(int) - Static method in class com.intentsoftware.addapptr.AATKit
Allows to set log level from code.
setManualAdSpaceCounting(boolean) - Method in class com.intentsoftware.addapptr.BannerConfiguration
Allows to set if manual adspace counting should be used.
setMinimumDelay(int) - Method in class com.intentsoftware.addapptr.BannerCacheConfiguration
Sets the minimum delay between two banner consumptions. 1s by default.
setNetworkEnabled(AdNetwork, boolean) - Static method in class com.intentsoftware.addapptr.AATKit
Allows to enable or disable selected ad networks.
setNoConsentNetworkStopSet(Set<AdNetwork>) - Method in interface com.intentsoftware.addapptr.AATKit.Consent
Sets to set the networks that will not be requested if they do not have the TCF2 consent.
setNumberOfWorkers(int) - Method in class com.intentsoftware.addapptr.BannerConfiguration
Sets the number of ad requests that can be made simultaneously.
setOption(String, String) - Static method in class com.intentsoftware.addapptr.AATKit
Set option in AATKit.
setPlacementAutoreloadInterval(int, int) - Static method in class com.intentsoftware.addapptr.AATKit
Sets reload time that will be used instead of time configured on addapptr.com account.
setPlacementContentGravity(int, int) - Static method in class com.intentsoftware.addapptr.AATKit
Sets gravity for ads that don't fill entire placement area.
setPlacementDefaultImageBitmap(int, Bitmap) - Static method in class com.intentsoftware.addapptr.AATKit
Sets placement default image.
setPlacementDefaultImageResource(int, int) - Static method in class com.intentsoftware.addapptr.AATKit
Sets placement default image.
setPlatform(AATKitConfiguration.Platform) - Method in class com.intentsoftware.addapptr.AATKitConfiguration
Sets the platform.
setRating(NativeAd.NativeAdRating) - Method in class com.intentsoftware.addapptr.ad.NativeAd
 
setRequestConfiguration(BannerRequest) - Method in class com.intentsoftware.addapptr.BannerCacheConfiguration
The configuration that will be used when requesting new banners.
setRuleCachingEnabled(boolean) - Static method in class com.intentsoftware.addapptr.AATKit
Allows the AATKit to preserve last downloaded ad rules when the application is closed.
setShouldCacheAdditionalAdAtStart(boolean) - Method in class com.intentsoftware.addapptr.BannerCacheConfiguration
Defines if the cache should load additional ad at the beginning.
setShouldCacheRules(boolean) - Method in class com.intentsoftware.addapptr.AATKitConfiguration
Allows the AATKit to preserve last downloaded ad rules when the application is closed.
setShouldReportUsingAlternativeBundleId(boolean) - Method in class com.intentsoftware.addapptr.AATKitConfiguration
If used together with AATKitConfiguration.setAlternativeBundleId(String) allows to set if the same fake bundle ID should be used in reporting.
setShouldRequestMainImage(boolean) - Method in class com.intentsoftware.addapptr.ad.NativeAd
 
setShouldSkipRules(boolean) - Method in class com.intentsoftware.addapptr.AATKitConfiguration
Sets if networks without TCF2 consent should be skipped (only works if TCF2 compliant CMP is used).
setTargetingInfo(Map<String, List<String>>) - Static method in class com.intentsoftware.addapptr.AATKit
Sets the targeting information for the application.
setTargetingInfo(int, Map<String, List<String>>) - Static method in class com.intentsoftware.addapptr.AATKit
Sets the targeting information for the given placement.
setTargetingInformation(Map<String, List<String>>) - Method in class com.intentsoftware.addapptr.BannerRequest
Sets the targeting information for this request.
setTestModeAccountId(int) - Method in class com.intentsoftware.addapptr.AATKitConfiguration
Enables AATKit test ads that should be for testing - only during development.
setUseDebugShake(boolean) - Method in class com.intentsoftware.addapptr.AATKitConfiguration
Sets if the debug screen should be displayed after shaking the device.
setUseGeoLocation(boolean) - Method in class com.intentsoftware.addapptr.AATKitRuntimeConfiguration
Sets if geo data (if it is available) should be sent.
setVASTRequestParameters(int, VASTRequestParameters) - Static method in class com.intentsoftware.addapptr.AATKit
Sets VAST ad request parameters.
shouldUseTargeting(BannerRequest, AdNetwork) - Method in interface com.intentsoftware.addapptr.BannerRequestDelegate
Decides if for a given request and AdNetwork the targeting information should be passed.
showIfNeeded(Activity) - Method in class com.intentsoftware.addapptr.consent.CMPGoogle
 
showIfNeeded(Activity) - Method in class com.intentsoftware.addapptr.consent.CMPOgury
 
showIfNeeded(Activity) - Method in class com.intentsoftware.addapptr.ManagedConsent
Presents the consent screen ONLY if it is required by the used CMP (i.e. no user consent has been set yet).
showPlacement(int) - Static method in class com.intentsoftware.addapptr.AATKit
Shows interstitial ad if ad is ready.
SimpleConsent - Class in com.intentsoftware.addapptr
Allows to set the status of Non-IAB consent.
SimpleConsent(NonIABConsent) - Constructor for class com.intentsoftware.addapptr.SimpleConsent
Creates the SimpleConsent instance.
size - Variable in class com.intentsoftware.addapptr.ad.vast.DFPVASTRequestParameters
Defines the 'sz' request parameter.
SmartAdServerVASTRequestParameters - Class in com.intentsoftware.addapptr.ad.vast
Allows to define request parameters.
SmartAdServerVASTRequestParameters() - Constructor for class com.intentsoftware.addapptr.ad.vast.SmartAdServerVASTRequestParameters
 
SpotXVASTRequestParameters - Class in com.intentsoftware.addapptr.ad.vast
Allows to define request parameters.
SpotXVASTRequestParameters() - Constructor for class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
 
startPlacementAutoReload(int) - Static method in class com.intentsoftware.addapptr.AATKit
Enables automatic reloading of placement.
startPlacementAutoReload(int, int) - Static method in class com.intentsoftware.addapptr.AATKit
Enables automatic reloading of placement and sets custom reload time.
stopPlacementAutoReload(int) - Static method in class com.intentsoftware.addapptr.AATKit
Disables automatic reloading of placement.

T

TITLE_TEXT_ASSET - Static variable in class com.intentsoftware.addapptr.ad.NativeAd
 
toString() - Method in enum com.intentsoftware.addapptr.AATKitConfiguration.Platform
 
toString() - Method in class com.intentsoftware.addapptr.AATKitConfiguration
 
toString() - Method in class com.intentsoftware.addapptr.AATKitReward
 
toString() - Method in class com.intentsoftware.addapptr.AATKitRuntimeConfiguration
 
toString() - Method in class com.intentsoftware.addapptr.ad.NativeAd
 
toString() - Method in class com.intentsoftware.addapptr.BannerCache
 
toString() - Method in class com.intentsoftware.addapptr.BannerCacheConfiguration
 
toString() - Method in class com.intentsoftware.addapptr.BannerConfiguration
 
toString() - Method in class com.intentsoftware.addapptr.BannerRequest
 
toString() - Method in class com.intentsoftware.addapptr.ManagedConsent
 
toString() - Method in class com.intentsoftware.addapptr.SimpleConsent
 

U

unloadInternal() - Method in class com.intentsoftware.addapptr.ad.NativeAd
 
updateRequestConfiguration(BannerRequest, boolean) - Method in class com.intentsoftware.addapptr.BannerCache
Updates the configuration that will be used when requesting new banners.

V

valueOf(String) - Static method in enum com.intentsoftware.addapptr.AATKitConfiguration.Platform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.intentsoftware.addapptr.ad.NativeAd.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.intentsoftware.addapptr.AdNetwork
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.intentsoftware.addapptr.BannerSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.intentsoftware.addapptr.ManagedConsent.ManagedConsentState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.intentsoftware.addapptr.NonIABConsent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.intentsoftware.addapptr.PlacementSize
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.intentsoftware.addapptr.AATKitConfiguration.Platform
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.intentsoftware.addapptr.ad.NativeAd.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.intentsoftware.addapptr.AdNetwork
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.intentsoftware.addapptr.BannerSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.intentsoftware.addapptr.ManagedConsent.ManagedConsentState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.intentsoftware.addapptr.NonIABConsent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.intentsoftware.addapptr.PlacementSize
Returns an array containing the constants of this enum type, in the order they are declared.
vid - Variable in class com.intentsoftware.addapptr.ad.vast.DFPVASTRequestParameters
Defines the 'vid' request parameter.
VPAID - Variable in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
Defines the 'VPAID' request parameter.
vpix - Variable in class com.intentsoftware.addapptr.ad.vast.SpotXVASTRequestParameters
Defines the 'vpix' request parameter.

W

width - Variable in class com.intentsoftware.addapptr.ad.vast.SmartAdServerVASTRequestParameters
Defines the 'vpw' request parameter.
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links