| java.lang.Object | |
| ↳ | com.google.firebase.messaging.WebpushFcmOptions |
Represents options for features provided by the FCM SDK for Web.
Can be included in WebpushConfig. Instances of this class are thread-safe and immutable.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | WebpushFcmOptions.Builder | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static WebpushFcmOptions.Builder |
builder()
Creates a new
WebpushFcmOptions.Builder. | ||||||||||
| static WebpushFcmOptions |
withLink(String link)
Creates a new
WebpushFcmOptions using given link. | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new WebpushFcmOptions.Builder.
WebpushFcmOptions.Builder instance.
Creates a new WebpushFcmOptions using given link.
| link | The link to open when the user clicks on the notification. For all URL values, HTTPS is required. |
|---|