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