- 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.
- 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) - Static method in class com.intentsoftware.addapptr.AATKit
-
- attachNativeAdToLayout(NativeAdData, ViewGroup, View, View) - Static method in class com.intentsoftware.addapptr.AATKit
-
- 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
-
- 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.
- 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
-
- 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.
- getNativeAdType(NativeAdData) - Static method in class com.intentsoftware.addapptr.AATKit
-
- 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.
- getPlacmentIdForName(String) - Static method in class com.intentsoftware.addapptr.AATKit
-
- 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
-
- 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
-
- 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
-
- 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.
- 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.
- setCacheDelegate(BannerCache.CacheDelegate) - Method in class com.intentsoftware.addapptr.BannerCache
-
- 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.
- 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
-
- 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
-
- 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.
- 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.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.