updateCustomerSession

fun updateCustomerSession(customerSessionRequest: CustomerSessionRequest, sessionId: String, customerSessionCallback: (customerSessionResult: CustomerSessionResult) -> Unit)

Updates an existing customer session.

Parameters

customerSessionRequest

a CustomerSessionRequest object containing the request parameters

sessionId

the ID of the session to update

customerSessionCallback

a callback that returns the result of the customer session update

Note: This feature is in beta. Its public API may change in future releases.


suspend fun updateCustomerSession(customerSessionRequest: CustomerSessionRequest, sessionId: String): CustomerSessionResult

Updates an existing customer session.

Return

CustomerSessionResult

Note: This feature is in beta. Its public API may change in future releases.

Parameters

customerSessionRequest

a CustomerSessionRequest object containing the request parameters

sessionId

the ID of the session to update