Holds contextual data (tags and extra info) that can be attached to events. Scopes can be nested using GChatNotifier.withScope.
GChatNotifier.withScope
Add extra data to the scope. Extra data is supplemental structured information.
Extra data key
Extra data value (serializable object)
Add a tag to the scope. Tags are searchable key-value pairs.
Tag key
Tag value
Holds contextual data (tags and extra info) that can be attached to events. Scopes can be nested using
GChatNotifier.withScope.