public class TakeoverInAppNotification extends InAppNotification
MixpanelAPI.People.showNotificationIfAvailable(Activity)InAppNotification.Type| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<TakeoverInAppNotification> |
CREATOR |
mDescription, mExtras, mId, mMessageId| Constructor and Description |
|---|
TakeoverInAppNotification(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
InAppButton |
getButton(int index) |
int |
getCloseColor() |
int |
getNumButtons() |
java.lang.String |
getTitle() |
int |
getTitleColor() |
InAppNotification.Type |
getType() |
boolean |
hasTitle() |
boolean |
setShouldShowShadow() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
describeContents, getBackgroundColor, getBody, getBodyColor, getExtras, getId, getImage, getImage2xUrl, getImage4xUrl, getImageUrl, getMessageId, hasBody, isEventTriggered, matchesEventDescription, toStringpublic static final android.os.Parcelable.Creator<TakeoverInAppNotification> CREATOR
public boolean hasTitle()
public java.lang.String getTitle()
public int getTitleColor()
public int getCloseColor()
public InAppButton getButton(int index)
public int getNumButtons()
public boolean setShouldShowShadow()
public void writeToParcel(android.os.Parcel dest,
int flags)
writeToParcel in interface android.os.ParcelablewriteToParcel in class InAppNotificationpublic InAppNotification.Type getType()
getType in class InAppNotification