Method: Firebase::Admin::Messaging::AndroidConfig#ttl
- Defined in:
- lib/firebase/admin/messaging/android_config.rb
#ttl ⇒ Numeric?
Returns Time-to-live duration of the message in seconds.
18 19 20 |
# File 'lib/firebase/admin/messaging/android_config.rb', line 18 def ttl @ttl end |