public class NativeAppwallViewsFactory
extends java.lang.Object
| Constructor and Description |
|---|
NativeAppwallViewsFactory() |
| Modifier and Type | Method and Description |
|---|---|
static AppwallAdTeaserView |
getAppwallAppView(android.content.Context context)
Returns empty element for custom Appwall creative
|
static AppwallAdTeaserView |
getAppwallAppView(NativeAppwallBanner banner,
android.content.Context context)
Returns element for custom Appwall creative, filled with banner data
|
static AppwallAdView |
getAppwallView(android.content.Context context)
Returns scrollable element for displaying of Appwall banners
|
static AppwallAdView |
getAppwallView(NativeAppwallAd ad,
android.content.Context context)
Returns scrollable element for displaying of Appwall banners, filled with ad data
|
@NonNull public static AppwallAdTeaserView getAppwallAppView(@NonNull NativeAppwallBanner banner, @NonNull android.content.Context context)
banner - banner datacontext - app context@NonNull public static AppwallAdTeaserView getAppwallAppView(@NonNull android.content.Context context)
context - app context@NonNull public static AppwallAdView getAppwallView(@NonNull NativeAppwallAd ad, @NonNull android.content.Context context)
ad - model containing one or multiple bannerscontext - app context@NonNull public static AppwallAdView getAppwallView(@NonNull android.content.Context context)
context - app context