PermissionRequestImpl

data class PermissionRequestImpl(val webkitPermissionRequestPointer: <Error class: unknown class><<Error class: unknown class>>) : PermissionRequest

The PermissionRequestImpl type represents a native instance of the PermissionRequest interface.

Constructors

Link copied to clipboard
constructor(webkitPermissionRequestPointer: <Error class: unknown class><<Error class: unknown class>>)

Creates a new instance of PermissionRequest for the provided CPointer.

Properties

Link copied to clipboard
open override val webkitPermissionRequestPointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard
open fun allow()

Allow the action which triggered this request.

Link copied to clipboard
open fun deny()

Deny the action which triggered this request.