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