| java.lang.Object | |
| ↳ | com.google.firebase.messaging.ApnsFcmOptions |
Represents the APNS-specific FCM options that can be included in an ApnsConfig. Instances
of this class are thread-safe and immutable.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | ApnsFcmOptions.Builder | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static ApnsFcmOptions.Builder |
builder()
Creates a new
ApnsFcmOptions.Builder. | ||||||||||
| static ApnsFcmOptions |
withAnalyticsLabel(String analyticsLabel)
Creates a new
ApnsFcmOptions object with the specified analytics label. | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new ApnsFcmOptions.Builder.
ApnsFcmOptions.Builder instance.
Creates a new ApnsFcmOptions object with the specified analytics label.
| analyticsLabel | An analytics label |
|---|
ApnsFcmOptions object with the analytics label set to the supplied value.