ApnsMpnBuilder.from constructor

ApnsMpnBuilder.from(
  1. String notificationFormat
)

Creates an object based on the specified push notification format.

Use properties and setter methods to get and set the value of push notification fields.

  • notificationFormat: A JSON structure representing a push notification format. The notification must be a valid JSON structure.

Implementation

ApnsMpnBuilder.from(String notificationFormat) : _notificationFormat = notificationFormat;