-
- All Implemented Interfaces:
-
android.os.Parcelable,com.monetization.ads.nativeads.template.appearance.CoreNativeTemplateAppearance
public final class NativeTemplateAppearance implements Parcelable, CoreNativeTemplateAppearance
NativeTemplateAppearance provides interfaces for native templates customization. NativeTemplateAppearance are created using NativeTemplateAppearance.Builder.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classNativeTemplateAppearance.BuilderBuilds a NativeTemplateAppearance.
-
Field Summary
Fields Modifier and Type Field Description public final static Parcelable.Creator<NativeTemplateAppearance>CREATORpublic final static intCONTENTS_FILE_DESCRIPTORpublic final static intPARCELABLE_WRITE_RETURN_VALUE
-
Method Summary
Modifier and Type Method Description TextAppearancegetAgeAppearance()Returns the age appearance specified for native template. BannerAppearancegetBannerAppearance()Returns the banner appearance specified for native template. TextAppearancegetBodyAppearance()Returns the body appearance specified for native template. ButtonAppearancegetCallToActionAppearance()Returns the callToAction appearance specified for native template. TextAppearancegetDomainAppearance()Returns the domain appearance specified for native template. ImageAppearancegetFaviconAppearance()Returns the favicon appearance specified for native template. ImageAppearancegetImageAppearance()Returns the image appearance specified for native template. RatingAppearancegetRatingAppearance()Returns the rating appearance specified for native template. TextAppearancegetReviewCountAppearance()Returns the review count appearance specified for native template. TextAppearancegetSponsoredAppearance()Returns the sponsored appearance specified for native template. TextAppearancegetTitleAppearance()Returns the title appearance specified for native template. TextAppearancegetWarningAppearance()Returns the warning appearance specified for native template. inthashCode()booleanequals(Object o)intdescribeContents()voidwriteToParcel(Parcel dest, int flags)-
-
Method Detail
-
getAgeAppearance
@NonNull() TextAppearance getAgeAppearance()
Returns the age appearance specified for native template.
-
getBannerAppearance
@NonNull() BannerAppearance getBannerAppearance()
Returns the banner appearance specified for native template.
-
getBodyAppearance
@NonNull() TextAppearance getBodyAppearance()
Returns the body appearance specified for native template.
-
getCallToActionAppearance
@NonNull() ButtonAppearance getCallToActionAppearance()
Returns the callToAction appearance specified for native template.
-
getDomainAppearance
@NonNull() TextAppearance getDomainAppearance()
Returns the domain appearance specified for native template.
-
getFaviconAppearance
@NonNull() ImageAppearance getFaviconAppearance()
Returns the favicon appearance specified for native template.
-
getImageAppearance
@NonNull() ImageAppearance getImageAppearance()
Returns the image appearance specified for native template.
-
getRatingAppearance
@NonNull() RatingAppearance getRatingAppearance()
Returns the rating appearance specified for native template.
-
getReviewCountAppearance
@NonNull() TextAppearance getReviewCountAppearance()
Returns the review count appearance specified for native template.
-
getSponsoredAppearance
@NonNull() TextAppearance getSponsoredAppearance()
Returns the sponsored appearance specified for native template.
-
getTitleAppearance
@NonNull() TextAppearance getTitleAppearance()
Returns the title appearance specified for native template.
-
getWarningAppearance
@NonNull() TextAppearance getWarningAppearance()
Returns the warning appearance specified for native template.
-
hashCode
int hashCode()
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
-
-
-