Package-level declarations

Types

Link copied to clipboard
class PreviewEnvironment(val androidSdkVersion: Int = AndroidEnvironment.SdkVersion.LATEST, val deviceName: String = "Stub", bluetoothState: Manager.State = Manager.State.POWERED_ON, val locationState: StateFlow<Boolean> = MutableStateFlow(true), val isBluetoothSupported: Boolean = true, val isLocationRequiredForScanning: Boolean = false, val isLocationPermissionGranted: Boolean = false, val isLe2MPhySupported: Boolean = true, val isLeCodedPhySupported: Boolean = true, val isScanningOnLeCodedPhySupported: Boolean = true, val isBluetoothScanPermissionGranted: Boolean = true, val isBluetoothConnectPermissionGranted: Boolean = true, val isBluetoothAdvertisePermissionGranted: Boolean = true, val isBluetoothPrivilegedPermissionGranted: Boolean = false, val isMultipleAdvertisementSupported: Boolean = true, val isLeExtendedAdvertisingSupported: Boolean = true, val isLePeriodicAdvertisingSupported: Boolean = true, val leMaximumAdvertisingDataLength: Int = 1650) : AndroidEnvironment

A stub implementation of AndroidEnvironment for Android.