addItem

abstract suspend fun addItem(itemData: <Error class: unknown class>): SyncList.Item

Add Item to the SyncList.

Return

Item which has been added.

Parameters

itemData

Item data to add as a JsonObject.

Throws

TwilioException

When error occurred while setting the Item.