campaign property

  1. @protected
Campaign? campaign
getter/setter pair

The campaign that lead to this interaction or null for a default entry. Setting this multiple times during an apps lifetime can have some side effects, see the Campaign class for more information.

Implementation

@protected
Campaign? campaign;