Click or drag to resize

IPermissionPromptCallback Interface

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

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.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 methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also