PushNotification constructor
PushNotification()
Creates the PushNotification object with given data.
Implementation
PushNotification(
this.mechanismUID,
this.messageId,
this.challenge,
this.amlbCookie,
this.customPayload,
this.message,
this.contextInfo,
this.numbersChallenge,
this.timeAdded,
this.timeExpired,
this.ttl,
this.approved,
this.pending,
this.pushType);