LeviLamina
Loading...
Searching...
No Matches
IWebviewTelemetry Class Reference
Inheritance diagram for IWebviewTelemetry:

Public Types

using SubjectType

Public Member Functions

IWebviewTelemetryoperator= (IWebviewTelemetry const &)
 IWebviewTelemetry (IWebviewTelemetry const &)
virtual void onDownloadBegin (::WebviewDownloadInfo const &downloadInfo)
virtual void onDownloadComplete (::WebviewDownloadInfo const &downloadInfo)
virtual void onDownloadCanceled (::WebviewDownloadInfo const &downloadInfo)
virtual void onMessageRecieved (::std::string const &)
virtual void fireCodeBuilderLoadPerformance (::std::string const &stage, uint64 tutorialSize, uint64 downloadSize, ::std::chrono::milliseconds elapsedTimeMS) const
virtual void fireCodeBuilderRunPerformance (::std::string const &stage, ::std::chrono::milliseconds elapsedTimeMS) const
MCAPI void $dtor ()
MCAPI void $onDownloadBegin (::WebviewDownloadInfo const &downloadInfo)
MCAPI void $onDownloadComplete (::WebviewDownloadInfo const &downloadInfo)
MCAPI void $onDownloadCanceled (::WebviewDownloadInfo const &downloadInfo)
MCAPI void $onMessageRecieved (::std::string const &)
MCAPI void $fireCodeBuilderLoadPerformance (::std::string const &stage, uint64 tutorialSize, uint64 downloadSize, ::std::chrono::milliseconds elapsedTimeMS) const
MCAPI void $fireCodeBuilderRunPerformance (::std::string const &stage, ::std::chrono::milliseconds elapsedTimeMS) const
virtual void onLoadingBegin ()
virtual void onLoadingEnd ()
virtual void onError (::WebviewError const &error)
virtual void onWebviewChanged ()
virtual void onDownloadUpdate (::WebviewDownloadInfo const &)
MCAPI void $onLoadingBegin ()
MCAPI void $onLoadingEnd ()
MCAPI void $onError (::WebviewError const &error)
MCAPI void $onWebviewChanged ()
MCAPI void $onDownloadUpdate (::WebviewDownloadInfo const &)
SubjectType * getSubject ()
void removeFromSubject ()
virtual void _onSubjectDestroyed ()

Static Public Member Functions

static MCAPI void ** $vftable ()

Public Attributes

::ll::UntypedStorage< 8, 8 > mUnk3b1452
SubjectType * mpSubject

Member Function Documentation

◆ onDownloadBegin()

virtual void IWebviewTelemetry::onDownloadBegin ( ::WebviewDownloadInfo const & downloadInfo)
virtual

Reimplemented from WebviewObserver.

◆ onDownloadComplete()

virtual void IWebviewTelemetry::onDownloadComplete ( ::WebviewDownloadInfo const & downloadInfo)
virtual

Reimplemented from WebviewObserver.

◆ onDownloadCanceled()

virtual void IWebviewTelemetry::onDownloadCanceled ( ::WebviewDownloadInfo const & downloadInfo)
virtual

Reimplemented from WebviewObserver.

◆ onMessageRecieved()

virtual void IWebviewTelemetry::onMessageRecieved ( ::std::string const & )
virtual

Reimplemented from WebviewObserver.

◆ fireCodeBuilderLoadPerformance()

virtual void IWebviewTelemetry::fireCodeBuilderLoadPerformance ( ::std::string const & stage,
uint64 tutorialSize,
uint64 downloadSize,
::std::chrono::milliseconds elapsedTimeMS ) const
virtual

Reimplemented from WebviewObserver.

◆ fireCodeBuilderRunPerformance()

virtual void IWebviewTelemetry::fireCodeBuilderRunPerformance ( ::std::string const & stage,
::std::chrono::milliseconds elapsedTimeMS ) const
virtual

Reimplemented from WebviewObserver.

◆ $dtor()

MCAPI void IWebviewTelemetry::$dtor ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $onDownloadBegin()

MCAPI void IWebviewTelemetry::$onDownloadBegin ( ::WebviewDownloadInfo const & downloadInfo)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $onDownloadComplete()

MCAPI void IWebviewTelemetry::$onDownloadComplete ( ::WebviewDownloadInfo const & downloadInfo)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $onDownloadCanceled()

MCAPI void IWebviewTelemetry::$onDownloadCanceled ( ::WebviewDownloadInfo const & downloadInfo)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $onMessageRecieved()

MCAPI void IWebviewTelemetry::$onMessageRecieved ( ::std::string const & )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $fireCodeBuilderLoadPerformance()

MCAPI void IWebviewTelemetry::$fireCodeBuilderLoadPerformance ( ::std::string const & stage,
uint64 tutorialSize,
uint64 downloadSize,
::std::chrono::milliseconds elapsedTimeMS ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $fireCodeBuilderRunPerformance()

MCAPI void IWebviewTelemetry::$fireCodeBuilderRunPerformance ( ::std::string const & stage,
::std::chrono::milliseconds elapsedTimeMS ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable()

MCAPI void ** IWebviewTelemetry::$vftable ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $onLoadingBegin()

MCAPI void WebviewObserver::$onLoadingBegin ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $onLoadingEnd()

MCAPI void WebviewObserver::$onLoadingEnd ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $onError()

MCAPI void WebviewObserver::$onError ( ::WebviewError const & error)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $onWebviewChanged()

MCAPI void WebviewObserver::$onWebviewChanged ( )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $onDownloadUpdate()

MCAPI void WebviewObserver::$onDownloadUpdate ( ::WebviewDownloadInfo const & )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

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