| java.lang.Object | |
| ↳ | com.google.firebase.messaging.WebpushNotification |
Represents the Webpush-specific notification options that can be included in a Message.
Instances of this class are thread-safe and immutable.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
WebpushNotification(String title, String body)
Creates a new notification with the given title and body.
| |||||||||||
|
WebpushNotification(String title, String body, String icon)
Creates a new notification with the given title, body and icon.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new notification with the given title and body. Overrides the options set via
Notification.
| title | Title of the notification. |
|---|---|
| body | Body of the notification. |
Creates a new notification with the given title, body and icon. Overrides the options set via
Notification.
| title | Title of the notification. |
|---|---|
| body | Body of the notification. |
| icon | URL to the notifications icon. |