openExisting

abstract suspend fun openExisting(sidOrUniqueName: String): SyncMap

Open existing SyncMap by SID or unique name.

Return

Opened SyncMap.

Parameters

sidOrUniqueName

SID or unique name to find existing SyncMap.

Throws

TwilioException

When error occurred while map opening.