Package com.mixpanel.android.mpmetrics
Class InAppButton
- java.lang.Object
-
- com.mixpanel.android.mpmetrics.InAppButton
-
- All Implemented Interfaces:
android.os.Parcelable
public class InAppButton extends java.lang.Object implements android.os.Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description static android.os.Parcelable.Creator<InAppButton>CREATOR
-
Constructor Summary
Constructors Constructor Description InAppButton(android.os.Parcel in)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdescribeContents()intgetBackgroundColor()intgetBorderColor()java.lang.StringgetCtaUrl()java.lang.StringgetText()intgetTextColor()java.lang.StringtoString()voidwriteToParcel(android.os.Parcel dest, int flags)
-
-
-
Field Detail
-
CREATOR
public static final android.os.Parcelable.Creator<InAppButton> CREATOR
-
-
Method Detail
-
getText
public java.lang.String getText()
-
getTextColor
public int getTextColor()
-
getBackgroundColor
public int getBackgroundColor()
-
getBorderColor
public int getBorderColor()
-
getCtaUrl
public java.lang.String getCtaUrl()
-
describeContents
public int describeContents()
- Specified by:
describeContentsin interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags)- Specified by:
writeToParcelin interfaceandroid.os.Parcelable
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-