| java.lang.Object | |
| ↳ | com.google.firebase.messaging.FcmOptions.Builder |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| FcmOptions |
build()
Creates a new
FcmOptions instance from the parameters set on this builder. | ||||||||||
| FcmOptions.Builder | setAnalyticsLabel(String analyticsLabel) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new FcmOptions instance from the parameters set on this builder.
FcmOptions instance.| IllegalArgumentException | If any of the parameters set on the builder are invalid. |
|---|
| analyticsLabel | A string representing the analytics label used for messages where no platform-specific analytics label has been specified. |
|---|