setBody method
Sets the aps.alert.body
field.
body
A string to be used for theaps.alert.body
field value, or null to clear it.
Returns this MpnBuilder object, for fluent use.
Implementation
external SafariMpnBuilder setBody(String? body);
Sets the aps.alert.body
field.
body
A string to be used for the aps.alert.body
field value, or null to clear it.Returns this MpnBuilder object, for fluent use.
external SafariMpnBuilder setBody(String? body);