| java.lang.Object | |
| ↳ | com.google.firebase.messaging.WebpushFcmOptions.Builder |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| WebpushFcmOptions |
build()
Creates a new
WebpushFcmOptions instance from the parameters set on this builder. | ||||||||||
| WebpushFcmOptions.Builder | setLink(String link) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new WebpushFcmOptions instance from the parameters set on this builder.
WebpushFcmOptions instance.
| link | The link to open when the user clicks on the notification. For all URL values, HTTPS is required. |
|---|