SetTargetingInfo

Overview

Sets the targeting information for the application.

Syntax

void SetTargetingInfo(info)

info (REQUIRED)

Dictionary<string, List<string>> Map with targeting information.

returns void

Examples

SetTargetingInfo(targetingInfo);

Last updated