public class NativeBanner
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NativeBanner.Builder
Builder for model is used for mediation
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAdvertisingLabel()
Advertising label is
|
java.lang.String |
getAgeRestrictions() |
java.lang.String |
getCtaText() |
java.lang.String |
getDescription() |
java.lang.String |
getDisclaimer() |
java.lang.String |
getDomain()
A web site address of advertiser.
|
ImageData |
getIcon() |
java.lang.String |
getNavigationType()
Navigation type of ads.
|
float |
getRating()
Application rating used for ad with store navigation type
navigationType |
java.lang.String |
getTitle() |
int |
getVotes()
Application store votes used for ad with store navigation type
navigationType |
static NativeBanner |
newBanner(NativeAdBanner nativeAdBanner) |
@NonNull public static NativeBanner newBanner(@NonNull NativeAdBanner nativeAdBanner)
@Nullable public java.lang.String getTitle()
@Nullable public java.lang.String getCtaText()
@Nullable public java.lang.String getDescription()
@Nullable public java.lang.String getDisclaimer()
@Nullable public java.lang.String getAgeRestrictions()
public float getRating()
navigationTypeNavigationTypepublic int getVotes()
navigationTypeNavigationType@Nullable public java.lang.String getDomain()
navigationTypeNavigationType@NonNull public java.lang.String getNavigationType()
class. Represents base
type of ad, according this type there can be different click logic and fields displaying@Nullable public java.lang.String getAdvertisingLabel()