EnhancedTapSettings

data class EnhancedTapSettings(enabled: Boolean, iosBackgroundPower: Int, iosForegroundPower: Int, androidPower: Int) : Serializable

Used to set and get the enhanced tap settings of BluPOINT devices

Constructors

EnhancedTapSettings
Link copied to clipboard
fun EnhancedTapSettings(muxedByte: ArrayList<Byte>)
EnhancedTapSettings
Link copied to clipboard
fun EnhancedTapSettings(enabled: Boolean, iosBackgroundPower: Int, iosForegroundPower: Int, androidPower: Int)

Properties

androidPower
Link copied to clipboard
var androidPower: Int

The minimum power required for enhanced tap to work in a android device

enabled
Link copied to clipboard
var enabled: Boolean

If enhanced tap is enabled or not

iosBackgroundPower
Link copied to clipboard
var iosBackgroundPower: Int

The minimum power required for enhanced tap to work when application is in background in a iOS device

iosForegroundPower
Link copied to clipboard
var iosForegroundPower: Int

The minimum power required for enhanced tap to work when application is in foreground in a iOS device