Kmp Capabilities
KmpCapabilities allows querying and requesting of permissions and enablement of certain platform capabilities. Some capabilities (i.e. Bluetooth and Location) require both permissions to be granted and for their underlying services to be enabled. KmpCapabilities aims to streamline that workflow.
Parameters
Indicates specific bluetooth features that are required. Most of the time flags map directly to platform permissions
Indicates specific location features that are required. Most of the time flags map directly to platform permissions
Constructors
Properties
iOS: Add the following to info.plist NSBluetoothAlwaysUsageDescription NSBluetoothPeripheralUsageDescription
iOS: Add the following to info.plist NSLocationAlwaysAndWhenInUseUsageDescription NSLocationAlwaysUsageDescription NSLocationUsageDescription NSLocationWhenInUseUsageDescription