| java.lang.Object | |
| ↳ | com.google.firebase.messaging.Notification |
Represents the notification parameters that can be included in a Message. Instances
of this class are thread-safe and immutable.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
Notification(String title, String body)
Creates a new
Notification using the given title and body. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new Notification using the given title and body.
| title | Title of the notification. |
|---|---|
| body | Body of the notification. |