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.