add List Item
abstract suspend fun addListItem(listSidOrUniqueName: String, itemData: <Error class: unknown class>): SyncList.Item
Add Item to the SyncList without opening it.
Return
SyncList.Item which has been added.
Parameters
list Sid Or Unique Name
SID or unique name of existing SyncList.
item Data
Item data to add as a JsonObject.
Throws
Twilio Exception
When error occurred while setting the Item.