Embedded Browser Callback Event.
More...
#include <embedded_browser_interface.h>
|
virtual void | NotifyBeforeNavigate (const char *url)=0 |
| The callback event will be triggered before the embedded browser starts to navigate. More...
|
|
virtual void | NotifyDocumentComplete (const char *url)=0 |
| The callback event will be triggered once the embedded browser receives all the information. More...
|
|
virtual void | NotifyNavigateError (const char *url, NavigateError err, int component_err)=0 |
| The callback event will be triggered the moment an error occurs while the embedded browser visits the website. More...
|
|
Embedded Browser Callback Event.
◆ NotifyBeforeNavigate()
virtual void IEmbeddedBrowserEvent::NotifyBeforeNavigate |
( |
const char * |
url | ) |
|
|
pure virtual |
The callback event will be triggered before the embedded browser starts to navigate.
- Parameters
-
url | The URL used by embedded browser in UTF8 encoding format. |
◆ NotifyDocumentComplete()
virtual void IEmbeddedBrowserEvent::NotifyDocumentComplete |
( |
const char * |
url | ) |
|
|
pure virtual |
The callback event will be triggered once the embedded browser receives all the information.
- Parameters
-
url | The URL used by embedded browser in UTF8 encoding format. |
◆ NotifyNavigateError()
virtual void IEmbeddedBrowserEvent::NotifyNavigateError |
( |
const char * |
url, |
|
|
NavigateError |
err, |
|
|
int |
component_err |
|
) |
| |
|
pure virtual |
The callback event will be triggered the moment an error occurs while the embedded browser visits the website.
- Parameters
-
url | The URL used by embedded browser in UTF8 encoding format. |
err | Specifies the error information. For more details, see NavigateError enum. |
component_err | Original error code. |
The documentation for this class was generated from the following file: