Class: NotificationsAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- NotificationsAction
- Defined in:
- lib/ruby-macrodroid.rb
Direct Known Subclasses
AllowLEDNotificationLightAction, ClearNotificationsAction, MessageDialogAction, NotificationAction, SetNotificationSoundAction, ToastAction
Instance Attribute Summary
Attributes inherited from Action
Attributes inherited from MacroObject
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ NotificationsAction
constructor
A new instance of NotificationsAction.
Methods inherited from Action
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ NotificationsAction
Returns a new instance of NotificationsAction.
4075 4076 4077 4078 |
# File 'lib/ruby-macrodroid.rb', line 4075 def initialize(h={}) super(h) @group = 'notifications' end |