APNSMessage constructor

APNSMessage({
  1. String? aPNSPushType,
  2. Action? action,
  3. int? badge,
  4. String? body,
  5. String? category,
  6. String? collapseId,
  7. Map<String, String>? data,
  8. String? mediaUrl,
  9. String? preferredAuthenticationMethod,
  10. String? priority,
  11. String? rawContent,
  12. bool? silentPush,
  13. String? sound,
  14. Map<String, List<String>>? substitutions,
  15. String? threadId,
  16. int? timeToLive,
  17. String? title,
  18. String? url,
})

Implementation

APNSMessage({
  this.aPNSPushType,
  this.action,
  this.badge,
  this.body,
  this.category,
  this.collapseId,
  this.data,
  this.mediaUrl,
  this.preferredAuthenticationMethod,
  this.priority,
  this.rawContent,
  this.silentPush,
  this.sound,
  this.substitutions,
  this.threadId,
  this.timeToLive,
  this.title,
  this.url,
});