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