Class: DeviceUnlockedTrigger

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

Instance Method Summary collapse

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ DeviceUnlockedTrigger

Returns a new instance of DeviceUnlockedTrigger.



989
990
991
992
993
994
995
996
# File 'lib/ruby-macrodroid.rb', line 989

def initialize(h={})

  options = {
  }

  super(options.merge h)

end