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

Object
clone()
boolean
equals(Object arg0)
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

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