PreviewRemoteService

A remote service that can be used for compose previews.

If has no-op implementation.

Constructors

Link copied to clipboard
constructor(shortUuid: Int, instanceId: Int = 0, builder: ServiceScope.() -> Unit = {})

Creates a preview of a remote service with the given service identifier.

constructor(uuid: Uuid, instanceId: Int = 0, builder: ServiceScope.() -> Unit = {})

Creates a preview of a remote service with the given service identifier.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val instanceId: Int
Link copied to clipboard
open override var owner: Peripheral<*, *>?
Link copied to clipboard
open override val uuid: Uuid