Package-level declarations

This package contains a class for defining mock environment on Android.

Types

Link copied to clipboard

The environment for the latest Android API.

Link copied to clipboard
typealias MockAdvertiser = (requestedTxPower: Int, advertisingData: AdvertisingDataDefinition, scanResponse: AdvertisingDataDefinition?) -> Result<Int>

A type for a mock advertiser.

Link copied to clipboard

A mock environment that can be used to test the behavior of the Central Manager.

Link copied to clipboard
typealias MockScanner = () -> Result<Boolean>

A type for a mock scanner.