Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunitySubmit a ticketLog In
GitHubNuGetDev CommunitySubmit a ticket

containsAll

Queries whether multiple recipients are contained in an unsubscribe list in Optimizely Campaign.

Type: Boolean[ ]

Parameters

NameTypeValue
sessionIdStringID of the session
recipientIdsString[ ]IDs of the recipients

Return values

For each recipient:

  • true: Recipient is found on at least one unsubscribe list
  • false: Recipient is not found on any unsubscribe list

Code structure

boolean[] containsAll(String sessionId, String[] recipientIds)