setUrlArguments method
Sets the aps.url-args
field.
urlArguments
An array to be used for theaps.url-args
field value, or null to clear it.
Returns this MpnBuilder object, for fluent use.
Implementation
external SafariMpnBuilder setUrlArguments(List<String>? urlArguments);