addAll
Adds multiple entries to the blocklist in Optimizely Campaign.
See also add.
Type: void
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
entry | String[ ] | Entries (for example, email addresses) to be blocked (can contain wildcards like ? or *) |
reason | String[Â ] | Reasons for each blocklist entry (optional) |
Return values
-
Code structure
void addAll(String sessionId, String[] entries, String[] reasons)
Updated over 1 year ago
Next