fetchContainerById

abstract fun fetchContainerById(containerId: String, listener: RainbowListener<Container, RoomContainerRepository.ContainerError>? = null)

Fetch a container identified by the given containerId on the server

Parameters

containerId

String container's unique id

listener

RainbowListener? (optional) callback (onSuccess, onError)