LeviLamina
Loading...
Searching...
No Matches
IExternalSessionTelemetry.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
IExternalSessionTelemetry
{
6
public
:
7
// virtual functions
8
// NOLINTBEGIN
9
virtual
~IExternalSessionTelemetry
() =
default
;
10
11
virtual
void
fireEventReceivedUniqueWebSessionId(::std::string
const
&) = 0;
12
13
virtual
void
fireEventReceivedUniqueLauncherSessionId(::std::string
const
&) = 0;
14
// NOLINTEND
15
16
public
:
17
// virtual function thunks
18
// NOLINTBEGIN
19
20
// NOLINTEND
21
22
public
:
23
// vftables
24
// NOLINTBEGIN
25
MCNAPI
static
void
**
$vftable
();
26
// NOLINTEND
27
};
IExternalSessionTelemetry
Definition
IExternalSessionTelemetry.h:5
IExternalSessionTelemetry::$vftable
static MCAPI void ** $vftable()
src
mc
events
IExternalSessionTelemetry.h
Generated on
for LeviLamina by
1.16.1