public static class

WebpushFcmOptions.Builder

extends Object
java.lang.Object
   ↳ com.google.firebase.messaging.WebpushFcmOptions.Builder

Summary

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

Public Methods

public WebpushFcmOptions build ()

Creates a new WebpushFcmOptions instance from the parameters set on this builder.

Returns

public WebpushFcmOptions.Builder setLink (String link)

Parameters
link The link to open when the user clicks on the notification. For all URL values, HTTPS is required.
Returns
  • This builder