| Interface | Description |
|---|---|
| AdViewConfig |
The methods of this interface can be used to configure certain parts of the ad view.
|
| CustomParameters |
Custom parameters can be used to specify key-value pairs of additional information to any request.
|
| FeedAdError |
This class is sent via
FeedAdListener.onError(String, FeedAdError) and indicates that
an error occurred inside the SDK. |
| FeedAdListener |
Public interface for Feedclip-SDK Notifications.
|
| InterstitialAd |
This interface can is returned by
FeedAd.requestInterstitialAd(android.content.Context, String, InterstitialAdListener). |
| InterstitialAdListener |
This interface must be implemented to receive information about interstitial ads.
|
| InterstitialAdPresenter |
This interface controls the behaviour of an interstitial ad dialog.
|
| RequestOptions |
Defines additional request options
|
| StandaloneAd |
This interface is returned by
FeedAd.requestStandaloneAd(Context, String, StandaloneAdListener). |
| StandaloneAdListener |
This interface must be implemented to interact with standalone ads.
|
| StandaloneAdViewFactory<T extends android.view.View & AdViewConfig> |
Can be used to create standalone ad views for a given Activity
|
| Class | Description |
|---|---|
| AdRequestOptions |
This class can be used to set additional options for an ad request.
|
| AdRequestOptions.Builder | |
| CustomEvent |
This event can be used to track a custom user action.
|
| FeedAd |
This class initializes and configures the FeedAd SDK.
|
| FeedAdConfig |
Configuration options of the Feedclip SDK
|
| FeedAdConfig.Builder |
This class can be used to create an SDK configuration to set via
FeedAd.setConfig(FeedAdConfig). |
| FeedAdView |
The player view of the FeedAd SDK.
|
| Enum | Description |
|---|---|
| FeedAdConfig.UserGender |
The gender of the current user.
|
| PlacementContext |
Defines the context in which the ad is shown
|
| Annotation Type | Description |
|---|---|
| FeedAdErrorCode |
Possible error codes that can be returned from
FeedAdError.getErrorCode(). |
| FeedAdOptions |
Annotation to control the behaviour of FeedAd ads.
|