LeviLamina
Loading...
Searching...
No Matches
ADPopupTelemetryEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/certificates/identity/edu/Role.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 32, ::std::string> mStage;
18 // NOLINTEND
19
20public:
21 // member functions
22 // NOLINTBEGIN
23#ifdef LL_PLAT_C
24 MCNAPI void tryFireSignInEvent(
26 ::std::string const& mutsUserId,
27 ::edu::Role role,
28 ::std::string const& tenantType
29 ) const;
30
32#endif
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38#ifdef LL_PLAT_C
39 MCNAPI void $dtor();
40#endif
41 // NOLINTEND
42};
Definition ADPopupTelemetryEvent.h:13
Definition IActiveDirectoryIdentityTelemetry.h:11