setTitle method

SafariMpnBuilder setTitle(
  1. 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.

Implementation

external SafariMpnBuilder setTitle(String? title);