context property

String? context
getter/setter pair

Defines the context of the ping. Possible string values are:

  • "subscribe"
  • "unsubscribe"
  • "cview"

Implementation

core.String? context;