KmpCapabilities

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

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

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

Constructors

Link copied to clipboard
constructor(bluetoothFlags: Array<BluetoothCapabilityFlags> = emptyArray(), locationFlags: Array<LocationCapabilityFlags> = emptyArray())

Properties

Link copied to clipboard

iOS: Add the following to info.plist NSBluetoothAlwaysUsageDescription NSBluetoothPeripheralUsageDescription

Link copied to clipboard

iOS: Add the following to info.plist NSLocationAlwaysAndWhenInUseUsageDescription NSLocationAlwaysUsageDescription NSLocationUsageDescription NSLocationWhenInUseUsageDescription

Functions

Link copied to clipboard