GetScreenInfosResponse

@Serializable
data class GetScreenInfosResponse(val screenInfos: List<ScreenInfo>)

Response type for the EmulationDomain.getScreenInfos command.

Constructors

Link copied to clipboard
constructor(screenInfos: List<ScreenInfo>)

Properties

Link copied to clipboard

(undocumented in the protocol definition)