Index

A B C D E G I L N O P Q R S 
All Classes and Interfaces|All Packages|Constant Field Values

A

AD_SIZE_FACTOR - Static variable in class com.pranavpandey.android.dynamic.ads.util.DynamicAdUtils
Factor to calculate the acceptable ad size.
AppOpenAdListener - Interface in com.pranavpandey.android.dynamic.ads.listener.factory
A BaseAdListener to listen the app open ad events.

B

BannerAdListener - Interface in com.pranavpandey.android.dynamic.ads.listener.factory
A ContainerAdListener to listen the banner ad events.
BaseAdListener - Interface in com.pranavpandey.android.dynamic.ads.listener
An interface to provide basic ads functionality.

C

canRequestAds() - Method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Returns whether the app has completed the necessary steps for gathering updated user consent.
CLASS_DYNAMIC_WIDGET - Static variable in interface com.pranavpandey.android.dynamic.ads.DynamicAd
Class name for the dynamic widget.
com.pranavpandey.android.dynamic.ads - package com.pranavpandey.android.dynamic.ads
 
com.pranavpandey.android.dynamic.ads.factory - package com.pranavpandey.android.dynamic.ads.factory
 
com.pranavpandey.android.dynamic.ads.listener - package com.pranavpandey.android.dynamic.ads.listener
 
com.pranavpandey.android.dynamic.ads.listener.factory - package com.pranavpandey.android.dynamic.ads.listener.factory
 
com.pranavpandey.android.dynamic.ads.util - package com.pranavpandey.android.dynamic.ads.util
 
com.pranavpandey.android.dynamic.ads.view - package com.pranavpandey.android.dynamic.ads.view
 
ContainerAdListener - Interface in com.pranavpandey.android.dynamic.ads.listener.factory
A BaseAdListener to provide ad container.
createAd(DynamicAd) - Method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Try to create a dynamic ad.

D

DynamicAd - Interface in com.pranavpandey.android.dynamic.ads
An interface to implement a dynamic ad.
DynamicAd.Default - Annotation Interface in com.pranavpandey.android.dynamic.ads
An interface to hold default values.
DynamicAd.Key - Annotation Interface in com.pranavpandey.android.dynamic.ads
An interface to hold key constants.
DynamicAd.Value - Annotation Interface in com.pranavpandey.android.dynamic.ads
An interface to hold value constants.
DynamicAdListener - Interface in com.pranavpandey.android.dynamic.ads.listener
An interface to listen the dynamic ad events.
DynamicAds - Class in com.pranavpandey.android.dynamic.ads
Helper class to handle the ads related operations including the consent information.
DynamicAdUtils - Class in com.pranavpandey.android.dynamic.ads.util
Helper class to perform ads related operations.
DynamicAdUtils() - Constructor for class com.pranavpandey.android.dynamic.ads.util.DynamicAdUtils
 
DynamicAppOpenAd - Class in com.pranavpandey.android.dynamic.ads.factory
A DynamicBaseAd to show a AppOpenAd dynamically throughout the app.
DynamicAppOpenAd(String, AppOpenAdListener) - Constructor for class com.pranavpandey.android.dynamic.ads.factory.DynamicAppOpenAd
Constructor to initialize an object of this class.
DynamicBannerAd - Class in com.pranavpandey.android.dynamic.ads.factory
A DynamicBaseAd to show an AdView dynamically throughout the app.
DynamicBannerAd(String, BannerAdListener) - Constructor for class com.pranavpandey.android.dynamic.ads.factory.DynamicBannerAd
Constructor to initialize an object of this class.
DynamicBaseAd - Class in com.pranavpandey.android.dynamic.ads
An abstract class to implement a DynamicAd.
DynamicBaseAd() - Constructor for class com.pranavpandey.android.dynamic.ads.DynamicBaseAd
 
DynamicConsentView - Class in com.pranavpandey.android.dynamic.ads.view
A DynamicItemView to provide the consent information.
DynamicConsentView(Context) - Constructor for class com.pranavpandey.android.dynamic.ads.view.DynamicConsentView
 
DynamicConsentView(Context, AttributeSet) - Constructor for class com.pranavpandey.android.dynamic.ads.view.DynamicConsentView
 
DynamicConsentView(Context, AttributeSet, int) - Constructor for class com.pranavpandey.android.dynamic.ads.view.DynamicConsentView
 
DynamicInterstitialAd - Class in com.pranavpandey.android.dynamic.ads.factory
A DynamicBaseAd to show an InterstitialAd dynamically throughout the app.
DynamicInterstitialAd(String, InterstitialAdListener) - Constructor for class com.pranavpandey.android.dynamic.ads.factory.DynamicInterstitialAd
Constructor to initialize an object of this class.
DynamicInterstitialAd(String, InterstitialAdListener, long) - Constructor for class com.pranavpandey.android.dynamic.ads.factory.DynamicInterstitialAd
Constructor to initialize an object of this class.
DynamicNativeAd - Class in com.pranavpandey.android.dynamic.ads.factory
A DynamicBaseAd to show a NativeAd dynamically throughout the app.
DynamicNativeAd(String, int, NativeAdListener) - Constructor for class com.pranavpandey.android.dynamic.ads.factory.DynamicNativeAd
Constructor to initialize an object of this class.
DynamicNativeAd(String, NativeAdListener) - Constructor for class com.pranavpandey.android.dynamic.ads.factory.DynamicNativeAd
Constructor to initialize an object of this class.
DynamicRewardedAd - Class in com.pranavpandey.android.dynamic.ads.factory
A DynamicBaseAd to show a RewardedAd dynamically throughout the app.
DynamicRewardedAd(String, RewardedAdListener) - Constructor for class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedAd
Constructor to initialize an object of this class.
DynamicRewardedInterstitialAd - Class in com.pranavpandey.android.dynamic.ads.factory
A DynamicBaseAd to show a RewardedInterstitialAd dynamically throughout the app.
DynamicRewardedInterstitialAd(String, RewardedInterstitialAdListener) - Constructor for class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedInterstitialAd
Constructor to initialize an object of this class.

E

EVENT_COUNT - Static variable in annotation interface com.pranavpandey.android.dynamic.ads.DynamicAd.Default
Default value for the event count.
EVENT_COUNT - Static variable in annotation interface com.pranavpandey.android.dynamic.ads.DynamicAd.Key
Key constant for the event_count.
EVENT_COUNT - Static variable in annotation interface com.pranavpandey.android.dynamic.ads.DynamicAd.Value
Default value for the event count.
EventAdListener - Interface in com.pranavpandey.android.dynamic.ads.listener.factory
A BaseAdListener to listen the dynamic ad event count.

G

getAdContainer() - Method in interface com.pranavpandey.android.dynamic.ads.listener.factory.ContainerAdListener
This method will be called to get the container view to show the ad.
getAdContext() - Method in interface com.pranavpandey.android.dynamic.ads.listener.BaseAdListener
Returns the context used by this listener.
getAdEventCount() - Static method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Returns the dynamic ad event count from the shared preferences.
getAdEventCount() - Method in interface com.pranavpandey.android.dynamic.ads.listener.factory.EventAdListener
This method will be called to get the ad event event count.
getAdLayoutRes() - Method in interface com.pranavpandey.android.dynamic.ads.DynamicAd
Returns the optional layout resource for this ad.
getAdLayoutRes() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicAppOpenAd
 
getAdLayoutRes() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicBannerAd
 
getAdLayoutRes() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicInterstitialAd
 
getAdLayoutRes() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicNativeAd
 
getAdLayoutRes() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedAd
 
getAdLayoutRes() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedInterstitialAd
 
getAdListener() - Method in interface com.pranavpandey.android.dynamic.ads.DynamicAd
Returns the listener used by this ad.
getAdListener() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicAppOpenAd
 
getAdListener() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicBannerAd
 
getAdListener() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicInterstitialAd
 
getAdListener() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicNativeAd
 
getAdListener() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedAd
 
getAdListener() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedInterstitialAd
 
getAdOrientation() - Method in interface com.pranavpandey.android.dynamic.ads.listener.factory.AppOpenAdListener
Deprecated.
The GMS Ads SDK now determines the orientation at request time, matching the behavior of other full-screen formats.
getAdRequest() - Method in interface com.pranavpandey.android.dynamic.ads.DynamicAd
This method will be called to build the ad request for this ad.
getAdRequest() - Method in class com.pranavpandey.android.dynamic.ads.DynamicBaseAd
 
getAdRequestConfigurations() - Method in interface com.pranavpandey.android.dynamic.ads.DynamicAd
This method will be called to get the ad request configurations.
getAdRequestConfigurations() - Method in class com.pranavpandey.android.dynamic.ads.DynamicBaseAd
 
getAdSize() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicBannerAd
Returns the ad size to be used.
getAdSize(Context) - Static method in class com.pranavpandey.android.dynamic.ads.util.DynamicAdUtils
Returns the ad size for the supplied activity.
getAdSize(Context, View) - Static method in class com.pranavpandey.android.dynamic.ads.util.DynamicAdUtils
Returns the ad size for the supplied activity and container.
getAdUnitId() - Method in interface com.pranavpandey.android.dynamic.ads.DynamicAd
Returns the unit id for this ad.
getAdUnitId() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicAppOpenAd
 
getAdUnitId() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicBannerAd
 
getAdUnitId() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicInterstitialAd
 
getAdUnitId() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicNativeAd
 
getAdUnitId() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedAd
 
getAdUnitId() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedInterstitialAd
 
getAppOpenAdOrientation(Context) - Static method in class com.pranavpandey.android.dynamic.ads.util.DynamicAdUtils
Returns the orientation for the app open ad.
getConsentForm() - Method in interface com.pranavpandey.android.dynamic.ads.DynamicAd
Returns the consent form if available.
getConsentForm() - Method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Get the consent form if available.
getConsentForm() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicAppOpenAd
 
getConsentForm() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicBannerAd
 
getConsentForm() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicInterstitialAd
 
getConsentForm() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicNativeAd
 
getConsentForm() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedAd
 
getConsentForm() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedInterstitialAd
 
getConsentInformation() - Method in interface com.pranavpandey.android.dynamic.ads.DynamicAd
Returns the consent information if available.
getConsentInformation() - Method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Get the consent information if available.
getConsentInformation() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicAppOpenAd
 
getConsentInformation() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicBannerAd
 
getConsentInformation() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicInterstitialAd
 
getConsentInformation() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicNativeAd
 
getConsentInformation() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedAd
 
getConsentInformation() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedInterstitialAd
 
getConsentRequestParameters() - Method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Returns the consent request parameters required to load the consent information.
getConsentStatus() - Method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Returns the status of the consent information.
getContext() - Method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Returns the context used by this instance.
getFullScreenContentCallback() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicAppOpenAd
Returns the optional full screen content callback.
getFullScreenContentCallback() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicInterstitialAd
Returns the optional full screen content callback.
getFullScreenContentCallback() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedAd
Returns the optional full screen content callback.
getFullScreenContentCallback() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedInterstitialAd
Returns the optional full screen content callback.
getHandler() - Method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Returns the main thread handler to publish results.
getInstance() - Static method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Retrieves the singleton instance of DynamicAds.
getServerSideVerificationOptions() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedAd
Returns the optional server side verification options.
getServerSideVerificationOptions() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedInterstitialAd
Returns the optional server side verification options.

I

IABTCF_gdprApplies - Static variable in interface com.pranavpandey.android.dynamic.ads.DynamicAd
Shared preferences key constant if GDPR applies.
IABTCF_PurposeConsents - Static variable in interface com.pranavpandey.android.dynamic.ads.DynamicAd
Shared preferences key constant for purpose consents.
IABTCF_PurposeLegitimateInterests - Static variable in interface com.pranavpandey.android.dynamic.ads.DynamicAd
Shared preferences key constant for purpose legitimate interests.
IABTCF_VendorConsents - Static variable in interface com.pranavpandey.android.dynamic.ads.DynamicAd
Shared preferences key constant for vendor consents.
IABTCF_VendorLegitimateInterests - Static variable in interface com.pranavpandey.android.dynamic.ads.DynamicAd
Shared preferences key constant for vendor legitimate interests.
initializeAd(DynamicAd, BaseAdListener) - Method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Try to initialize the mobile ads.
initializeInstance(Context) - Static method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Initialize ads when application starts.
InterstitialAdListener - Interface in com.pranavpandey.android.dynamic.ads.listener.factory
An EventAdListener to listen the interstitial ad events.
isAdAllowed() - Method in interface com.pranavpandey.android.dynamic.ads.DynamicAd
Checks if any constraints should be matched before loading the ad.
isAdAllowed() - Method in class com.pranavpandey.android.dynamic.ads.DynamicBaseAd
 
isAdAllowed() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicInterstitialAd
 
isAdEnabled() - Method in interface com.pranavpandey.android.dynamic.ads.listener.BaseAdListener
This method will be called to detect if the ads are enabled for this listener.
isAdLoaded() - Method in interface com.pranavpandey.android.dynamic.ads.DynamicAd
Checks whether the ad has been loaded.
isAdLoaded() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicAppOpenAd
 
isAdLoaded() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicBannerAd
 
isAdLoaded() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicInterstitialAd
 
isAdLoaded() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicNativeAd
 
isAdLoaded() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedAd
 
isAdLoaded() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedInterstitialAd
 
isAdVisible() - Method in interface com.pranavpandey.android.dynamic.ads.DynamicAd
Returns whether this ad is visible to the user.
isAdVisible() - Method in class com.pranavpandey.android.dynamic.ads.DynamicBaseAd
 
isAdVisible(DynamicAd) - Static method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Returns whether the ad is visible to the user.
isConsentFormAvailable() - Method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Checks whether a consent form is available.
isConsentFormVisible() - Method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Checks whether a consent form is visible to the user.
isConsentInformationAvailable() - Method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Checks whether a consent information is available.
isConsentRequired() - Method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Checks whether a consent is required from the user.
isInitialized() - Method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Returns whether the mobile ads have been initialized.
isOnlyStore(NativeAd) - Static method in class com.pranavpandey.android.dynamic.ads.util.DynamicAdUtils
Checks whether the ad has only the store data.

L

LAYOUT_RES_NONE - Static variable in interface com.pranavpandey.android.dynamic.ads.DynamicAd
Constant for the no layout resource.
loadConsentForm(BaseAdListener, boolean) - Method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Try to load the consent form.
loadConsentInformation(BaseAdListener, boolean) - Method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Try to request the consent information update.

N

NativeAdListener - Interface in com.pranavpandey.android.dynamic.ads.listener.factory
A ContainerAdListener to listen the native ad events.

O

onAdCreate() - Method in interface com.pranavpandey.android.dynamic.ads.DynamicAd
Try to create the new ad.
onAdCreate() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicAppOpenAd
 
onAdCreate() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicBannerAd
 
onAdCreate() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicInterstitialAd
 
onAdCreate() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicNativeAd
 
onAdCreate() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedAd
 
onAdCreate() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedInterstitialAd
 
onAdDestroy() - Method in interface com.pranavpandey.android.dynamic.ads.DynamicAd
Try to destroy the ad instances and do cleanup.
onAdDestroy() - Method in class com.pranavpandey.android.dynamic.ads.DynamicBaseAd
 
onAdDestroy() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicAppOpenAd
 
onAdDestroy() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicBannerAd
 
onAdDestroy() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicInterstitialAd
 
onAdDestroy() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicNativeAd
 
onAdDestroy() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedAd
 
onAdDestroy() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedInterstitialAd
 
onAdDestroy(DynamicAd) - Static method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Try to destroy the dynamic ad.
onAdDisplay(AdView) - Method in interface com.pranavpandey.android.dynamic.ads.listener.factory.BannerAdListener
This method will be called when the ad view is loaded.
onAdDisplay(AppOpenAd) - Method in interface com.pranavpandey.android.dynamic.ads.listener.factory.AppOpenAdListener
This method will be called when the app open ad is ready to be shown.
onAdDisplay(InterstitialAd) - Method in interface com.pranavpandey.android.dynamic.ads.listener.factory.InterstitialAdListener
This method will be called when the interstitial ad is ready to be shown.
onAdDisplay(NativeAd, View, NativeAdView) - Method in interface com.pranavpandey.android.dynamic.ads.listener.factory.NativeAdListener
This method will be called when the native ad is ready to be shown.
onAdDisplay(RewardedAd) - Method in interface com.pranavpandey.android.dynamic.ads.listener.factory.RewardedAdListener
This method will be called when the rewarded ad is ready to be shown.
onAdDisplay(RewardedInterstitialAd) - Method in interface com.pranavpandey.android.dynamic.ads.listener.factory.RewardedInterstitialAdListener
This method will be called when the rewarded interstitial ad is ready to be shown.
onAdEvent() - Static method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Increment the saved ad event count by one.
onAdEvent() - Method in interface com.pranavpandey.android.dynamic.ads.listener.factory.EventAdListener
This method will be called when an ad event has occurred.
onAdPause() - Method in interface com.pranavpandey.android.dynamic.ads.DynamicAd
Try to pause the running ad.
onAdPause() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicAppOpenAd
 
onAdPause() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicBannerAd
 
onAdPause() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicInterstitialAd
 
onAdPause() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicNativeAd
 
onAdPause() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedAd
 
onAdPause() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedInterstitialAd
 
onAdPause(DynamicAd) - Static method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Try to pause the dynamic ad.
onAdResume() - Method in interface com.pranavpandey.android.dynamic.ads.DynamicAd
Try to resume the paused ad.
onAdResume() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicAppOpenAd
 
onAdResume() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicBannerAd
 
onAdResume() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicInterstitialAd
 
onAdResume() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicNativeAd
 
onAdResume() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedAd
 
onAdResume() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedInterstitialAd
 
onAdResume(DynamicAd) - Static method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Try to resume the dynamic ad.
onCustomiseAd(boolean) - Method in interface com.pranavpandey.android.dynamic.ads.DynamicAd
This method will be called to do the ad customisations.
onCustomiseAd(boolean) - Method in class com.pranavpandey.android.dynamic.ads.DynamicBaseAd
 
onCustomiseAd(boolean) - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicNativeAd
 
onInflate() - Method in class com.pranavpandey.android.dynamic.ads.view.DynamicConsentView
 
onInitialize() - Method in interface com.pranavpandey.android.dynamic.ads.DynamicAd
This method will be called to do the initialization.
onInitialize() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicAppOpenAd
 
onInitialize() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicBannerAd
 
onInitialize() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicInterstitialAd
 
onInitialize() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicNativeAd
 
onInitialize() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedAd
 
onInitialize() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedInterstitialAd
 
onPostAdLoaded(boolean) - Method in interface com.pranavpandey.android.dynamic.ads.DynamicAd
This method will be called after the ad has been loaded.
onPostAdLoaded(boolean) - Method in class com.pranavpandey.android.dynamic.ads.DynamicBaseAd
 
onPostAdLoaded(boolean) - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedAd
 
onPostAdLoaded(boolean) - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedInterstitialAd
 
onSetAdSize() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicBannerAd
This method will be called to set the ad size.
onSharedPreferenceChanged(SharedPreferences, String) - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicInterstitialAd
 

P

populateAd() - Method in interface com.pranavpandey.android.dynamic.ads.DynamicAd
Try to populate the new ad.
populateAd() - Method in class com.pranavpandey.android.dynamic.ads.DynamicBaseAd
 
populateAd() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicAppOpenAd
 
populateAd() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicBannerAd
 
populateAd() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicInterstitialAd
Try to call the ad display event for the loaded interstitial ad after comparing the ad event count.
populateAd() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicNativeAd
 
populateAd() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedAd
 
populateAd() - Method in class com.pranavpandey.android.dynamic.ads.factory.DynamicRewardedInterstitialAd
 
postAd(DynamicAd) - Method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Try to create a dynamic ad on main thread.
PREFS - Static variable in interface com.pranavpandey.android.dynamic.ads.DynamicAd
File name for the dynamic ads preferences.

Q

queueAd(DynamicAd) - Method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Queue a dynamic ad to be reloaded later.

R

recreateAds() - Method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Try to recreate all the queued ads.
resetAdEventCount() - Static method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Reset the dynamic ad event count.
resetAdEventCount() - Method in interface com.pranavpandey.android.dynamic.ads.listener.factory.EventAdListener
This method will be called to reset the ad event count.
RewardedAdListener - Interface in com.pranavpandey.android.dynamic.ads.listener.factory
A BaseAdListener to listen the rewarded ad events.
RewardedInterstitialAdListener - Interface in com.pranavpandey.android.dynamic.ads.listener.factory
A BaseAdListener to listen the rewarded interstitial ad events.

S

set(ImageView, Drawable) - Static method in class com.pranavpandey.android.dynamic.ads.util.DynamicAdUtils
Set drawable for the image view and manage its visibility according to the data.
set(RatingBar, float) - Static method in class com.pranavpandey.android.dynamic.ads.util.DynamicAdUtils
Set rating value for the rating bar.
set(TextView, CharSequence) - Static method in class com.pranavpandey.android.dynamic.ads.util.DynamicAdUtils
Set text for the text view and manage its visibility according to the data.
setAdEventCount(long) - Static method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Save the dynamic ad event count into the shared preferences.
setAdEventCount(long) - Method in interface com.pranavpandey.android.dynamic.ads.listener.factory.EventAdListener
This method will be called to increment the ad event count.
setAdVisible(boolean) - Method in class com.pranavpandey.android.dynamic.ads.DynamicBaseAd
Sets whether this ad is visible to the user.
setConsentRequestParameters(ConsentRequestParameters) - Method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Set the consent request parameters required to load the consent information.
setEnabled(View, boolean) - Static method in class com.pranavpandey.android.dynamic.ads.util.DynamicAdUtils
Set a view enabled or disabled.
setVisibility(View, int) - Static method in class com.pranavpandey.android.dynamic.ads.util.DynamicAdUtils
Set visibility for the view.
showConsentForm(BaseAdListener) - Method in class com.pranavpandey.android.dynamic.ads.DynamicAds
Try to show the consent form.
A B C D E G I L N O P Q R S 
All Classes and Interfaces|All Packages|Constant Field Values