Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideLegal TermsGitHubNuGetDev CommunitySubmit a ticketLog In

setName

Defines the name of an opt-in process in Optimizely Campaign.

Type: void

Parameters

NameTypeValue
sessionIdStringID of the session
optinProcessIdlongID of the opt-in process
NameStringName of the opt-in process

Return values

  • Code structure

    void setName(String sessionId, long optinProcessId, String name)