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