Class: SetNotificationSoundAction

Inherits:
Action show all
Defined in:
lib/ruby-macrodroid.rb,
lib/ruby-macrodroid.rb,
lib/ruby-macrodroid.rb

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ SetNotificationSoundAction

Returns a new instance of SetNotificationSoundAction.



1976
1977
1978
1979
1980
1981
1982
1983
1984
# File 'lib/ruby-macrodroid.rb', line 1976

def initialize(h={})

  options = {
    ringtone_uri: 'content://media/internal/audio/media/27'
  }

  super(options.merge h)

end