Contents

properties

Properties that contain additional information about the activity.

Declaration

var properties: [String : String] { get set }

Discussion

This takes precedence over defaultProperties on the activity definition.

  1. The framework initializes this dictionary with the default properties from the activity definition and deep linked properties, if any.

  2. If deep linking contains the same key as the default properties, the deep linked value overrides the default value.

  3. You can update the properties at runtime.