WebpushFcmOptions.Builder

public static class WebpushFcmOptions.Builder extends Object

Public Method Summary

WebpushFcmOptions
build()
Creates a new WebpushFcmOptions instance from the parameters set on this builder.
WebpushFcmOptions.Builder
setLink(String link)

Inherited Method Summary

Public Methods

public WebpushFcmOptions build ()

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

Returns

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