Module: Message

Message object that specifies the content of the notification.

Methods

alert(alert)

Parameters:
Name Type Description
alert string

The notification message to be shown to the user.

Returns:

The Builder object for calls to be linked.

build()

Builds message values.

url(url)

Parameters:
Name Type Description
url string

An optional URL that can be sent along with the alert.

Returns:

The Builder object for calls to be linked.