requestPermissions

abstract suspend fun requestPermissions(permissions: Set<Permission>, activity: Activity): Set<Permission>

Requests a data permission popup to be displayed for the user to grant a specified set of Permissions.

Return

The specified set of Permissions.

Since

1.0.0

Parameters

permissions

A set of Permission to request to the user.

activity

The app's activity to show the permission management UI.

Preferences Submitted

You have successfully updated your cookie preferences.