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