setTitle method
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);
Sets the aps.alert.title
field.
title
A string to be used for the aps.alert.title
field value, or null to clear it.Returns this MpnBuilder object, for fluent use.
external SafariMpnBuilder setTitle(String? title);