setAction method

SafariMpnBuilder setAction(
  1. String? action
)

Sets the aps.alert.action field.

  • action A string to be used for the aps.alert.action field value, or null to clear it.

Returns this MpnBuilder object, for fluent use.

Implementation

external SafariMpnBuilder setAction(String? action);