Interface

WebKit-6.0WebKitPermissionRequestInterface

Interface for implementing PermissionRequest. Contains only the virtual methods that need to be implemented.

interface Interface {
    vfunc_allow(): void;
    vfunc_deny(): void;
}

Hierarchy (View Summary)

Index

Methods