Class: KillBackgroundAppAction
- Inherits:
-
ApplicationAction
- Object
- MacroObject
- Action
- ApplicationAction
- KillBackgroundAppAction
- Defined in:
- lib/ruby-macrodroid.rb
Overview
Category: Applications
Instance Attribute Summary
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ KillBackgroundAppAction
constructor
A new instance of KillBackgroundAppAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ KillBackgroundAppAction
Returns a new instance of KillBackgroundAppAction.
2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 |
# File 'lib/ruby-macrodroid.rb', line 2228 def initialize(h={}) = { application_name_list: [""], package_name_list: [""] } super(.merge h) end |