Class: ApplicationLaunchedTrigger

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

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ ApplicationLaunchedTrigger

Returns a new instance of ApplicationLaunchedTrigger.



225
226
227
# File 'lib/ruby-macrodroid.rb', line 225

def initialize(h={})    
  super({}.merge h)
end