|
MōBrowser API
|
The BrowserDelegates::onShowContextMenu action. More...
#include <browser_delegates.hpp>
Public Member Functions | |
| ShowContextMenuAction (std::unique_ptr< rpc::internal::Callback > callback) | |
| void | show (std::shared_ptr< CustomContextMenu > context_menu) |
| Show the given context menu. | |
| void | showDefault () |
| Show the default context menu. | |
Public Member Functions inherited from mobrowser::Action | |
| Action (std::unique_ptr< rpc::internal::Callback > callback) | |
Additional Inherited Members | |
Protected Attributes inherited from mobrowser::Action | |
| std::unique_ptr< rpc::internal::Callback > | callback_ |
The BrowserDelegates::onShowContextMenu action.