public final class

ApnsFcmOptions

extends Object
java.lang.Object
   ↳ com.google.firebase.messaging.ApnsFcmOptions

Class Overview

Represents the APNS-specific FCM options that can be included in an ApnsConfig. Instances of this class are thread-safe and immutable.

Summary

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

Public Methods

public static ApnsFcmOptions.Builder builder ()

Creates a new ApnsFcmOptions.Builder.

Returns

public static ApnsFcmOptions withAnalyticsLabel (String analyticsLabel)

Creates a new ApnsFcmOptions object with the specified analytics label.

Parameters
analyticsLabel An analytics label
Returns
  • An ApnsFcmOptions object with the analytics label set to the supplied value.