ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
IEmbeddedBrowserEvent Class Referenceabstract

Embedded Browser Callback Event. More...

#include <embedded_browser_interface.h>

Public Member Functions

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...
 

Detailed Description

Embedded Browser Callback Event.

Member Function Documentation

◆ NotifyBeforeNavigate()

virtual void IEmbeddedBrowserEvent::NotifyBeforeNavigate ( const char *  url)
pure virtual

The callback event will be triggered before the embedded browser starts to navigate.

Parameters
urlThe 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
urlThe 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
urlThe URL used by embedded browser in UTF8 encoding format.
errSpecifies the error information. For more details, see NavigateError enum.
component_errOriginal error code.

The documentation for this class was generated from the following file: