LeviLamina
Loading...
Searching...
No Matches
PlayStreamEventListener.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/events/AggregationEventListener.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
Social::Events {
class
Event; }
11
// clang-format on
12
13
namespace
Social::Events {
14
15
class
PlayStreamEventListener
:
public
::Social::Events::AggregationEventListener
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
// vIndex: 0
20
virtual
~PlayStreamEventListener
()
/*override*/
=
default
;
21
22
// vIndex: 5
23
virtual
void
sendEvent(
::Social::Events::Event
const
&)
/*override*/
;
24
25
// vIndex: 3
26
virtual
int
getEventTagsFilter()
const
/*override*/
;
27
28
// vIndex: 7
29
virtual
bool
_checkAgainstEventAllowlist(
::Social::Events::Event
const
& event)
const
/*override*/
;
30
31
// vIndex: 8
32
virtual
bool
_isListenerReadyForEvents()
const
/*override*/
;
33
// NOLINTEND
34
35
public
:
36
// destructor thunk
37
// NOLINTBEGIN
38
39
// NOLINTEND
40
41
public
:
42
// virtual function thunks
43
// NOLINTBEGIN
44
45
// NOLINTEND
46
};
47
48
}
// namespace Social::Events
Social::Events::AggregationEventListener
Definition
AggregationEventListener.h:18
Social::Events::Event
Definition
Event.h:17
Social::Events::PlayStreamEventListener
Definition
PlayStreamEventListener.h:15
src
mc
events
PlayStreamEventListener.h
Generated on Sat Apr 26 2025 05:55:38 for LeviLamina by
1.12.0