java.lang.Object
com.flurry.android.marketing.messaging.notification.FlurryMessage
All Implemented Interfaces:
android.os.Parcelable

public final class FlurryMessage extends Object implements android.os.Parcelable
  • Field Details

  • Constructor Details

    • FlurryMessage

      protected FlurryMessage(FlurryMessage.Builder builder)
    • FlurryMessage

      protected FlurryMessage(android.os.Parcel p)
  • Method Details

    • getFrom

      public String getFrom()
    • getTo

      public String getTo()
    • getSentTime

      public long getSentTime()
    • getTtl

      public int getTtl()
    • getTitle

      public String getTitle()
    • getBody

      public String getBody()
    • getIcon

      public String getIcon()
    • getSound

      public String getSound()
    • getColor

      public String getColor()
    • getClickAction

      public String getClickAction()
    • getAppData

      public HashMap<String,String> getAppData()
    • getFlurryData

      public HashMap<String,String> getFlurryData()
    • getPriority

      public String getPriority()
    • getNotificationId

      public int getNotificationId()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • describeContents

      public int describeContents()
      Specified by:
      describeContents in interface android.os.Parcelable
    • writeToParcel

      public void writeToParcel(android.os.Parcel dest, int flags)
      Specified by:
      writeToParcel in interface android.os.Parcelable