SafariMpnBuilderExt extension

on

Methods

build() String
Produces the JSON structure for the push notification format specified by this object.
getAction() String?
Gets the value of aps.alert.action field.
getBody() String?
Gets the value of aps.alert.body field.
getTitle() String?
Gets the value of aps.alert.title field.
getUrlArguments() List<String>?
Gets the value of aps.url-args field.
setAction(String? action) SafariMpnBuilder
Sets the aps.alert.action field.
setBody(String? body) SafariMpnBuilder
Sets the aps.alert.body field.
setTitle(String? title) SafariMpnBuilder
Sets the aps.alert.title field.
setUrlArguments(List<String>? urlArguments) SafariMpnBuilder
Sets the aps.url-args field.