displayContent

suspend fun displayContent(sessionId: String, itemType: <Error class: unknown class>, itemId: String, itemName: String): Response<Unit>

Instructs a session to browse to an item or view.

Parameters

sessionId

The session Id.

itemType

The type of item to browse to.

itemId

The Id of the item.

itemName

The name of the item.