setItem

abstract suspend fun setItem(itemIndex: Long, itemData: <Error class: unknown class>): SyncList.Item

Set Item in the SyncList.

Return

Item which has been set.

Parameters

itemIndex

Index of the item to set.

itemData

Item data to set as a JsonObject.

Throws

TwilioException

When error occurred while setting the Item.