openServiceSettings

abstract suspend fun openServiceSettings(service: ServiceType): Boolean

Directs the user to the system settings page to enable a specific service.

  • Android: Opens the specific service settings page (e.g., Location Settings).

  • iOS: Opens the main Settings app (deep-linking to specific services is restricted).

Return

true if the settings page was opened successfully.

Parameters

service

The service the user needs to enable.