Class: DeviceUnlockedTrigger

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

Overview

Category: Device Events

Instance Attribute Summary

Attributes inherited from MacroObject

#options, #type

Instance Method Summary collapse

Methods inherited from Trigger

#match?

Methods inherited from MacroObject

#to_h

Constructor Details

#initialize(h = {}) ⇒ DeviceUnlockedTrigger



1298
1299
1300
1301
1302
1303
1304
1305
# File 'lib/ruby-macrodroid.rb', line 1298

def initialize(h={})

  options = {
  }

  super(options.merge h)

end