fetch Container By Id
abstract fun fetchContainerById(containerId: String, listener: IRoomContainerProxy.IFetchContainerListener? = null)
Content copied to clipboard
Fetch a container identified by the given containerId on the server
Parameters
containerId
String container's unique id
listener
IFetchContainersListener? (optional) callback (onSuccess, onFailure)