| java.lang.Object | |
| ↳ | com.google.firebase.messaging.ApnsFcmOptions.Builder |
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ApnsFcmOptions |
build()
Creates a new
ApnsFcmOptions instance from the parameters set on this builder. | ||||||||||
| ApnsFcmOptions.Builder | setAnalyticsLabel(String analyticsLabel) | ||||||||||
| ApnsFcmOptions.Builder | setImage(String imageUrl) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new ApnsFcmOptions instance from the parameters set on this builder.
ApnsFcmOptions instance.| IllegalArgumentException | If any of the parameters set on the builder are invalid. |
|---|
| analyticsLabel | A string representing the analytics label used for APNS messages. |
|---|
| imageUrl | URL of the image that is going to be displayed in the notification. |
|---|