KmpCapabilities

constructor(bluetoothFlags: Array<BluetoothCapabilityFlags> = emptyArray(), locationFlags: Array<LocationCapabilityFlags> = emptyArray())

Parameters

bluetoothFlags

Indicates specific bluetooth features that are required. Most of the time flags map directly to platform permissions

locationFlags

Indicates specific location features that are required. Most of the time flags map directly to platform permissions