Package-level declarations
This package contains classes for defining a mock environment on Android.
Types
Link copied to clipboard
A type alias for the lastest Android API.
Link copied to clipboard
typealias MockAdvertiser = (requestedTxPower: Int, advertisingData: AdvertisingDataDefinition, scanResponse: AdvertisingDataDefinition?) -> Result<Int>
A callback used 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
A callback used for a mock scanner.