public class MiniInAppNotification extends InAppNotification
MixpanelAPI.People.showNotificationIfAvailable(Activity)InAppNotification.Type| Modifier and Type | Field and Description |
|---|---|
static android.os.Parcelable.Creator<MiniInAppNotification> |
CREATOR |
mDescription, mExtras, mId, mMessageId| Constructor and Description |
|---|
MiniInAppNotification(android.os.Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBorderColor() |
java.lang.String |
getCtaUrl() |
int |
getImageTintColor() |
InAppNotification.Type |
getType() |
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<MiniInAppNotification> CREATOR
public java.lang.String getCtaUrl()
public int getImageTintColor()
public int getBorderColor()
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