set Map Item
abstract suspend fun setMapItem(mapSidOrUniqueName: String, itemKey: String, itemData: <Error class: unknown class>): SyncMap.Item
Set Item in the SyncMap without opening it.
Return
SyncMap.Item which has been set.
Parameters
map Sid Or Unique Name
SID or unique name of existing SyncMap.
item Key
Key of the item to set.
item Data
Item data to set as a JsonObject.
Throws
Twilio Exception
When error occurred while setting the Item.