setBody method

FirebaseMpnBuilder setBody(
  1. String? body
)

Sets the webpush.notification.body field.

  • body A string to be used for the webpush.notification.body field value, or null to clear it.

Returns this MpnBuilder object, for fluent use.

Implementation

external FirebaseMpnBuilder setBody(String? body);