IInitializableKmpCapability

Inheritors

BluetoothKmpCapability
LocationKmpCapability

Properties

Link copied to clipboard

hasEnablableService True if there is a platform service that must be on in order to use the capability

Link copied to clipboard
abstract val hasPermissions: Boolean

hasPermissions True if there are any associated required permissions for the passed in flags

Link copied to clipboard
abstract val status: Flow<CapabilityStatus>

status A flow that immediately emits the current status of the capability and any subsequent changes

Link copied to clipboard

supportsOpenAppSettingsScreen True if app settings can be opened on the current platform

Link copied to clipboard

supportsOpenServiceSettingsScreen True if there is a specific settings page for the capability that can be opened on the current platform

Link copied to clipboard

supportsRequestEnable True if the platform can explicitly request enablement of the underlying service

Functions

Link copied to clipboard
abstract fun init(context: KmpCapabilityContext)
Link copied to clipboard
abstract suspend fun openAppSettingsScreen(): Outcome<Unit, Any>

openAppSettingsScreen Opens the application settings screen if the platform supports it

Link copied to clipboard
abstract suspend fun openServiceSettingsScreen(): Outcome<Unit, Any>

openServiceSettingsScreen Opens the capability settings screen if the platform supports it

Link copied to clipboard
abstract suspend fun queryStatus(): CapabilityStatus

queryStatus Queries the current status

Link copied to clipboard
abstract suspend fun requestEnable(): Outcome<CapabilityStatus, Any>

requestEnable Requests the enablement of the service if the platform supports it

Link copied to clipboard

requestPermissions Requests the required permissions to use the capability