LocationPermissionRequest

Class that represents a location permission asked callback is used to interact with the site that requested the permission

Constructors

Link copied to clipboard
constructor(origin: String, callback: GeolocationPermissions.Callback)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun deny()
Link copied to clipboard
open override fun getOrigin(): Uri
Link copied to clipboard
open override fun getResources(): Array<String>
Link copied to clipboard
open override fun grant(p0: Array<out String>?)