Class: Google::Apis::FcmV1::AndroidFcmOptions

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/fcm_v1/classes.rb,
generated/google/apis/fcm_v1/representations.rb,
generated/google/apis/fcm_v1/representations.rb

Overview

Options for features provided by the FCM SDK for Android.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AndroidFcmOptions

Returns a new instance of AndroidFcmOptions.



113
114
115
# File 'generated/google/apis/fcm_v1/classes.rb', line 113

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#analytics_labelString

Label associated with the message's analytics data. Corresponds to the JSON property analyticsLabel

Returns:

  • (String)


111
112
113
# File 'generated/google/apis/fcm_v1/classes.rb', line 111

def analytics_label
  @analytics_label
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



118
119
120
# File 'generated/google/apis/fcm_v1/classes.rb', line 118

def update!(**args)
  @analytics_label = args[:analytics_label] if args.key?(:analytics_label)
end