new Message()
Class represents the various triggers set by other classes for specific events.
it is used to share globally shared resources.
- Source:
Methods
get(key)
Get the trigger value.
Parameters:
Name | Type | Description |
---|---|---|
key |
String |
- Source:
set(key, value)
Sets the trigger property of private var triggers.
Parameters:
Name | Type | Description |
---|---|---|
key |
String | |
value |
Object |
- Source: