SessionService.setSessionCustomAttributes Method

Sets the custom attributes for the specified session.
 

Parameters

targetSessionId

Type: String
The ID of the session to have the custom attributes set on.
customAttributes

Type: Array
ElementType: CustomAttribute
The custom attributes to set.

Return Value


Type: jQuery.Promise
A promise object that is resolved when the call is complete.