class Google::Apis::FcmV1::AndroidFcmOptions
Options for features provided by the FCM SDK for Android.
Attributes
analytics_label[RW]
Label associated with the message's analytics data. Corresponds to the JSON property `analyticsLabel` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/fcm_v1/classes.rb, line 113 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/fcm_v1/classes.rb, line 118 def update!(**args) @analytics_label = args[:analytics_label] if args.key?(:analytics_label) end