AddScreenResponse

@Serializable
data class AddScreenResponse(val screenInfo: ScreenInfo)

Response type for the EmulationDomain.addScreen command.

Constructors

Link copied to clipboard
constructor(screenInfo: ScreenInfo)

Properties

Link copied to clipboard

(undocumented in the protocol definition)