WebpushFcmOptions

public final class WebpushFcmOptions extends Object

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 Class Summary

Public Method Summary

static WebpushFcmOptions.Builder
static WebpushFcmOptions
withLink(String link)
Creates a new WebpushFcmOptions using given 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 static WebpushFcmOptions.Builder builder ()

Returns

Creates a new WebpushFcmOptions using given link.

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