LeviLamina
Loading...
Searching...
No Matches
TelemetryExtension.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/platform/webview/Extension.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
Json {
class
Value; }
11
namespace
Webview {
struct
TelemetryCommonProperties; }
12
// clang-format on
13
14
namespace
Webview {
15
16
class
TelemetryExtension
:
public
::Webview::Extension
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::UntypedStorage<8, 64>
mUnk23041c;
21
::ll::UntypedStorage<8, 64>
mUnkf89661;
22
::ll::UntypedStorage<8, 112>
mUnk584b82;
23
// NOLINTEND
24
25
public
:
26
// prevent constructor by default
27
TelemetryExtension
& operator=(
TelemetryExtension
const
&);
28
TelemetryExtension
(
TelemetryExtension
const
&);
29
TelemetryExtension
();
30
31
public
:
32
// virtual functions
33
// NOLINTBEGIN
34
// vIndex: 1
35
virtual
void
setupMessageSender(::std::function<
void
(::std::string, ::std::string, ::std::string)>)
/*override*/
;
36
37
// vIndex: 2
38
virtual
bool
shouldProcessMessage(::std::string
const
&, ::std::string
const
&)
/*override*/
;
39
40
// vIndex: 3
41
virtual
bool
42
onMessageReceived(::std::string
const
&, ::std::string
const
&, ::std::optional<::Json::Value>)
/*override*/
;
43
44
// vIndex: 6
45
virtual
void
onLoadingBegin(::std::function<
void
(::std::string)>)
/*override*/
;
46
47
// vIndex: 0
48
virtual
~TelemetryExtension
()
/*override*/
=
default
;
49
// NOLINTEND
50
51
public
:
52
// destructor thunk
53
// NOLINTBEGIN
54
55
// NOLINTEND
56
57
public
:
58
// virtual function thunks
59
// NOLINTBEGIN
60
61
// NOLINTEND
62
};
63
64
}
// namespace Webview
Webview::TelemetryExtension
Definition
TelemetryExtension.h:16
Webview::Extension
Definition
Extension.h:12
ll::UntypedStorage
Definition
Alias.h:14
src
mc
webview
TelemetryExtension.h
Generated on Sat Apr 26 2025 05:56:00 for LeviLamina by
1.12.0