SafariMpnBuilderExt extension

on

Methods

build() String

Available on SafariMpnBuilder, provided by the SafariMpnBuilderExt extension

Produces the JSON structure for the push notification format specified by this object.
getAction() String?

Available on SafariMpnBuilder, provided by the SafariMpnBuilderExt extension

Gets the value of aps.alert.action field.
getBody() String?

Available on SafariMpnBuilder, provided by the SafariMpnBuilderExt extension

Gets the value of aps.alert.body field.
getTitle() String?

Available on SafariMpnBuilder, provided by the SafariMpnBuilderExt extension

Gets the value of aps.alert.title field.
getUrlArguments() List<String>?

Available on SafariMpnBuilder, provided by the SafariMpnBuilderExt extension

Gets the value of aps.url-args field.
setAction(String? action) SafariMpnBuilder

Available on SafariMpnBuilder, provided by the SafariMpnBuilderExt extension

Sets the aps.alert.action field.
setBody(String? body) SafariMpnBuilder

Available on SafariMpnBuilder, provided by the SafariMpnBuilderExt extension

Sets the aps.alert.body field.
setTitle(String? title) SafariMpnBuilder

Available on SafariMpnBuilder, provided by the SafariMpnBuilderExt extension

Sets the aps.alert.title field.
setUrlArguments(List<String>? urlArguments) SafariMpnBuilder

Available on SafariMpnBuilder, provided by the SafariMpnBuilderExt extension

Sets the aps.url-args field.