targetScreenNames property

List<String> targetScreenNames
final

Screens this campaign is scoped to, from the dashboard's targetScreenNames.names. Empty means "any screen" — the campaign is not screen-gated at all. Matched against the host's last Digia.setCurrentScreen(...) value by allowsScreen.

Implementation

final List<String> targetScreenNames;