Click or drag to resize

IPermissionPromptCallback Interface

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

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 105.3.390.0 (105.3.390.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