| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SafariWeb.Builder |
action(String action) |
SafariWeb |
build() |
SafariWeb.Builder |
title(String title) |
SafariWeb.Builder |
urlArgs(String[] urlArgs) |
public final SafariWeb.Builder title(String title)
title - Specifies the title to be set for the Safari Push
Notifications.public final SafariWeb.Builder action(String action)
action - The label of the action button.public final SafariWeb.Builder urlArgs(String[] urlArgs)
urlArgs - The URL arguments that need to be used with this
notification. This has to provided in the form of a JSON
Array.Copyright © 2019. All rights reserved.