IosSystemSettingsLauncher

Opens the iOS settings screen related to location.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val canOpenApplicationSettings: Boolean = true

Whether openApplicationSettings can open a screen on this platform.

Link copied to clipboard
open override val canOpenLocationServicesSettings: Boolean = false

Whether openLocationServicesSettings can open a screen on this platform.

Functions

Link copied to clipboard
open override fun openApplicationSettings(): Boolean

Opens this application's page in the Settings app, where the user manages its permissions.

Link copied to clipboard

Returns false; iOS exposes no URL that opens the system Location Services screen.