FirebaseMpnBuilder constructor

FirebaseMpnBuilder([
  1. String? notificationFormat
])

Creates an object to be used to create a push notification format.

Use setters methods to set the value of push notification fields or use a JSON structure to initialize the fields.

  • notificationFormat A JSON structure representing a push notification format.

Implementation

external factory FirebaseMpnBuilder([String? notificationFormat]);