mode property

String? mode
getter/setter pair

Defaults to Mode.AUTO. Possible string values are:

  • "MODE_UNSPECIFIED" : Default value. In this case, server behavior defaults to Mode.AUTO.
  • "AUTO" : Let CRS decide whether to use personalization based on quality of user event data.
  • "DISABLED" : Disable personalization.

Implementation

core.String? mode;