LeviLamina
Loading...
Searching...
No Matches
ImmersiveReaderObserver.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/code_builder/platform/WebviewObserver.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string const&)>> mImmersiveReaderInterface;
13 // NOLINTEND
14
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 virtual void onMessageRecieved(::std::string const& message) /*override*/;
19 // NOLINTEND
20
21public:
22 // virtual function thunks
23 // NOLINTBEGIN
24 MCAPI void $onMessageRecieved(::std::string const& message);
25 // NOLINTEND
26
27public:
28 // vftables
29 // NOLINTBEGIN
30 MCNAPI static void** $vftable();
31 // NOLINTEND
32};
Definition ImmersiveReaderObserver.h:5
static MCAPI void ** $vftable()
Definition WebviewObserver.h:15