public final class BannerAppearance
extends java.lang.Object
implements android.os.Parcelable
BannerAppearance.Builder.| Modifier and Type | Class and Description |
|---|---|
static class |
BannerAppearance.Builder
Builds a
BannerAppearance. |
| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<BannerAppearance> |
CREATOR |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(java.lang.Object o) |
int |
getBackgroundColor()
Returns the background color specified for Banner.
|
int |
getBorderColor()
Returns the border color specified for Banner.
|
float |
getBorderWidth()
Returns the border width specified for Banner.
|
HorizontalOffset |
getContentPadding()
Returns the horizontal space between banner edge and content specified for Banner.
|
HorizontalOffset |
getImageMargins()
Returns the horizontal image margins specified for Banner.
|
int |
hashCode() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final android.os.Parcelable.Creator<BannerAppearance> CREATOR
public int getBackgroundColor()
public int getBorderColor()
public float getBorderWidth()
@Nullable public HorizontalOffset getContentPadding()
@Nullable public HorizontalOffset getImageMargins()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int describeContents()
describeContents in interface android.os.Parcelablepublic void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.Parcelable