- onAdLoaded(String) - Method in interface com.feedad.android.FeedAdListener
-
This method is called once a placement finished loading and is ready to be displayed.
- onAdLoaded(InterstitialAdPresenter) - Method in interface com.feedad.android.InterstitialAdListener
-
Called when the ad has been loaded and the interstitial ad is ready to be shown
- onAdLoaded(StandaloneAdViewFactory<T>) - Method in interface com.feedad.android.StandaloneAdListener
-
Called when an ad for the placement was loaded and is ready to be displayed.
- onCanceled() - Method in interface com.feedad.android.InterstitialAdListener
-
Called when the user has canceled the interstitial ad using the back arrow.
- onError(String, FeedAdError) - Method in interface com.feedad.android.FeedAdListener
-
This method is called when an error occurs during the request/playback of a placement's
ads.
- onError(FeedAdError) - Method in interface com.feedad.android.InterstitialAdListener
-
Called when an error occurred during loading or displaying of the ad
- onError(FeedAdError) - Method in interface com.feedad.android.StandaloneAdListener
-
Called when an error occurred while requesting or playing the ad.
- onOpened(String) - Method in interface com.feedad.android.FeedAdListener
-
This method is called when an ad of a placement was clicked by the user.
- onOpened() - Method in interface com.feedad.android.InterstitialAdListener
-
This method is called when an ad of a placement was clicked by the user.
- onOpened() - Method in interface com.feedad.android.StandaloneAdListener
-
This method is called when an ad of a placement was clicked by the user.
- onPlacementComplete(String) - Method in interface com.feedad.android.FeedAdListener
-
This method is called when a placement did play all of its tags.
- onPlacementComplete() - Method in interface com.feedad.android.InterstitialAdListener
-
Called when all ads have been player successfully
- onPlacementComplete() - Method in interface com.feedad.android.StandaloneAdListener
-
Called when all ads were completed.
- onSkipped() - Method in interface com.feedad.android.InterstitialAdListener
-
Called when the ad was skipped by the user
- onSkipped() - Method in interface com.feedad.android.StandaloneAdListener
-
Called when an ad has been skipped.
- SDK - Static variable in annotation type com.feedad.android.FeedAdErrorCode
-
There was an error while communicating with FeedAd services.
- sendCustomEvent(CustomEvent) - Static method in class com.feedad.android.FeedAd
-
Sends a custom event to the FeedAd Server.
- setConfig(FeedAdConfig) - Static method in class com.feedad.android.FeedAd
-
Configure the SDK with custom options like user id, age and gender.
- setContentUrl(String) - Method in class com.feedad.android.AdRequestOptions.Builder
-
Sets the URL or deeplink under which the content of the activity that shows the ad can be accessed from an external origin.
- setForPlacement(String, Map<String, String>) - Method in interface com.feedad.android.CustomParameters
-
Sets parameters for a specific placement.
- setGlobal(Map<String, String>) - Method in interface com.feedad.android.CustomParameters
-
Sets global parameters that will be sent along with any ad request.
- setPlacementContext(PlacementContext) - Method in class com.feedad.android.AdRequestOptions.Builder
-
Sets the context in which the ad is shown relative to the app's content.
- setShowLoadingIndicator(boolean) - Method in interface com.feedad.android.AdViewConfig
-
Sets if a progress spinner should be shown when an ad is loading.
- setShutterDrawable(Drawable) - Method in interface com.feedad.android.AdViewConfig
-
Sets the shutter drawable on the view.
- setShutterDrawable(Drawable) - Method in class com.feedad.android.FeedAdView
-
Sets the drawable to use as an overlay for the video player while the SDK is loading.
- setUserAge(int) - Method in class com.feedad.android.FeedAdConfig.Builder
-
Sets the user's age
- setUserGender(FeedAdConfig.UserGender) - Method in class com.feedad.android.FeedAdConfig.Builder
-
Sets the user's gender
- setUserId(String) - Method in class com.feedad.android.FeedAdConfig.Builder
-
Sets the user id for future requests / events.
- show(Activity) - Method in interface com.feedad.android.InterstitialAdPresenter
-
Opens the interstitial ad from the given activity
- show(Activity, boolean) - Method in interface com.feedad.android.InterstitialAdPresenter
-
Opens the interstitial ad from the given activity
- StandaloneAd - Interface in com.feedad.android
-
- StandaloneAdListener - Interface in com.feedad.android
-
This interface must be implemented to interact with standalone ads.
- StandaloneAdViewFactory<T extends android.view.View & AdViewConfig> - Interface in com.feedad.android
-
Can be used to create standalone ad views for a given Activity
- stop() - Static method in class com.feedad.android.FeedAd
-
Stops all current ad playback.