setName
Defines the name of an opt-in process in Optimizely Campaign.
Type: void
Parameters
Name | Type | Value |
---|---|---|
sessionId | String | ID of the session |
optinProcessId | long | ID of the opt-in process |
Name | String | Name of the opt-in process |
Return values
-
Code structure
void setName(String sessionId, long optinProcessId, String name)
Updated almost 3 years ago