NovaNotification
constructor()
Constructor to init the NovaNotification class No-any params required
constructor(jNotification: JSONObject)
Constructor to init the NovaNotification class
Parameters
jNotification
: notification details formatted as JSON
constructor(id: String, projectLogo: String, user: NovaUser, releaseId: String, status: Release.ReleaseStatus, releaseVersion: String, isSent: Boolean)
Constructor to init the NovaNotification class
Parameters
id
: the identifier of the notification
projectLogo
: the logo url of the related project
user
: the identifier of the user who the notification belong
releaseId
: the identifier of the related release
status
: the status of the related release
releaseVersion
: the version of the related release
isSent
: whether the notification has been sent already before