visibility property

String? visibility
getter/setter pair

The visibility of event being tracked in this definition. Possible string values are:

  • "REVEALED" : This event should be visible to all users.
  • "HIDDEN" : This event should only be shown to users that have recorded this event at least once.

Implementation

core.String? visibility;