Package-level declarations

Types

Link copied to clipboard
sealed class CapabilityStatus
Link copied to clipboard
interface IKmpCapability
Link copied to clipboard
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.

Link copied to clipboard
Link copied to clipboard