LeviLamina
Loading...
Searching...
No Matches
IEventListener.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/NonOwnerPointer.h"
7
8// auto generated forward declare list
9// clang-format off
10class AppPlatform;
11namespace Social::Events { class Event; }
12// clang-format on
13
14namespace Social::Events {
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 virtual ~IEventListener();
21
22 virtual void recordEvent(::Social::Events::Event const&, ::Bedrock::NonOwnerPointer<::AppPlatform> const&) = 0;
23
24 virtual void sendEvents(bool) = 0;
25
26 virtual int getEventTagsFilter() const = 0;
27
28 virtual void stopDebugEventLogging() = 0;
29 // NOLINTEND
30
31public:
32 // destructor thunk
33 // NOLINTBEGIN
34 MCNAPI void $dtor();
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
40
41 // NOLINTEND
42
43public:
44 // vftables
45 // NOLINTBEGIN
46 MCNAPI static void** $vftable();
47 // NOLINTEND
48};
49
50} // namespace Social::Events
Definition AppPlatform.h:90
Definition NonOwnerPointer.h:9
Definition Event.h:18
Definition IEventListener.h:16
static MCAPI void ** $vftable()