AndroidFcmOptions.Builder

public static class AndroidFcmOptions.Builder extends Object

Public Method Summary

AndroidFcmOptions
build()
Creates a new AndroidFcmOptions instance from the parameters set on this builder.
AndroidFcmOptions.Builder
setAnalyticsLabel(String analyticsLabel)

Inherited Method Summary

Public Methods

public AndroidFcmOptions build ()

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

Returns
Throws
IllegalArgumentException If any of the parameters set on the builder are invalid.

public AndroidFcmOptions.Builder setAnalyticsLabel (String analyticsLabel)

Parameters
analyticsLabel A string representing the analytics label used for Android messages.
Returns
  • This builder