| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Message.Builder |
alert(String alert) |
Message |
build() |
Message.Builder |
url(String url) |
public final Message.Builder alert(String alert)
alert - The notification message to be shown to the user.public final Message.Builder url(String url)
url - An optional URL that can be sent along with the alert.Copyright © 2018. All rights reserved.