Click or drag to resize

IPermissionPromptCallback Interface

Version 130.1.90
Callback interface used for asynchronous continuation of permission prompts.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
public interface IPermissionPromptCallback : IDisposable

The IPermissionPromptCallback type exposes the following members.

Methods
 NameDescription
Public methodContinue Complete the permissions request with the specified result.
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Top
See Also