Class: SetNotificationSoundAction
- Inherits:
-
NotificationsAction
- Object
- MacroObject
- Action
- NotificationsAction
- SetNotificationSoundAction
- Defined in:
- lib/ruby-macrodroid.rb,
lib/ruby-macrodroid.rb,
lib/ruby-macrodroid.rb
Overview
Category: Notifications
Instance Attribute Summary
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ SetNotificationSoundAction
constructor
A new instance of SetNotificationSoundAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ SetNotificationSoundAction
Returns a new instance of SetNotificationSoundAction.
2653 2654 2655 2656 2657 2658 2659 2660 2661 |
# File 'lib/ruby-macrodroid.rb', line 2653 def initialize(h={}) = { ringtone_uri: 'content://media/internal/audio/media/27' } super(.merge h) end |