enabledOptInEvents property
The list of opt-in events that are enabled for this config.
An empty list disables all opt-in events, and using ALL_OPT_IN_EVENTS
will enable all opt-in events.
Optional.
Implementation
core.List<core.String>? enabledOptInEvents;