MockDevice
class MockDevice(val identifier: Identifier = randomIdentifier(), val info: MutableStateFlow<MockDeviceInfo> = MutableStateFlow(MockDeviceInfo()), connectionSettings: ConnectionSettings = ConnectionSettings(), coroutineContext: CoroutineContext, setupMocks: Boolean = true) : Device
Constructors
Link copied to clipboard
constructor(identifier: Identifier = randomIdentifier(), info: MutableStateFlow<MockDeviceInfo> = MutableStateFlow(MockDeviceInfo()), connectionSettings: ConnectionSettings = ConnectionSettings(), coroutineContext: CoroutineContext, setupMocks: Boolean = true)
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard