FTNotificationData

@JsonClass(generateAdapter = true)
public final class FTNotificationData implements Parcelable

Constructors

Link copied to clipboard
public FTNotificationData FTNotificationData(@Json(name = "notification_id") String notificationId, @Json(name = "payload") Map<String, Object> payload)

Properties

Link copied to clipboard
private final String notificationId
Link copied to clipboard
private final Map<String, Object> payload

Functions

Link copied to clipboard
public abstract Integer describeContents()
Link copied to clipboard
public final String getNotificationId()
Link copied to clipboard
public final Map<String, Object> getPayload()
Link copied to clipboard
public abstract Unit writeToParcel(Parcel p0, Integer p1)