LeviLamina
Loading...
Searching...
No Matches
ThirdPartyInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/events/NetworkType.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // member functions
22 // NOLINTBEGIN
24
26
27#ifdef LL_PLAT_C
28 MCNAPI ThirdPartyInfo(
29 ::std::unordered_set<::std::string> const& allowListUrls,
30 ::std::string creatorId,
31 ::std::string creatorName,
32 ::std::string storePageId,
33 bool requireXBL,
34 ::std::string const& experienceId
35 );
36
37 MCNAPI ::std::string const& getCreatorId() const;
38
39 MCNAPI ::std::string const& getCreatorName() const;
40
41 MCNAPI ::std::string const& getExperienceId() const;
42
43 MCNAPI ::NetworkType getNetworkTypeOverride() const;
44
45 MCNAPI ::std::string const& getReportingType() const;
46
47 MCNAPI ::std::string const& getStorePageId() const;
48
49 MCNAPI bool isEligible(::std::string const& urlToMatch) const;
50#endif
51
52 MCNAPI bool isExperience() const;
53
54#ifdef LL_PLAT_C
55 MCNAPI bool isValid() const;
56
57 MCNAPI ::ThirdPartyInfo& operator=(::ThirdPartyInfo&&);
58#endif
59
60 MCNAPI ::ThirdPartyInfo& operator=(::ThirdPartyInfo const&);
61
63 // NOLINTEND
64
65public:
66 // constructor thunks
67 // NOLINTBEGIN
68 MCNAPI void* $ctor();
69
70 MCNAPI void* $ctor(::ThirdPartyInfo const&);
71
72#ifdef LL_PLAT_C
73 MCNAPI void* $ctor(
74 ::std::unordered_set<::std::string> const& allowListUrls,
75 ::std::string creatorId,
76 ::std::string creatorName,
77 ::std::string storePageId,
78 bool requireXBL,
79 ::std::string const& experienceId
80 );
81#endif
82 // NOLINTEND
83
84public:
85 // destructor thunk
86 // NOLINTBEGIN
87 MCNAPI void $dtor();
88 // NOLINTEND
89};
MCAPI void * $ctor(::ThirdPartyInfo const &)
MCAPI::ThirdPartyInfo & operator=(::ThirdPartyInfo const &)
MCAPI bool isExperience() const
MCAPI void $dtor()
MCAPI ThirdPartyInfo(::ThirdPartyInfo const &)
MCAPI ThirdPartyInfo()
MCAPI ~ThirdPartyInfo()
MCAPI void * $ctor()
Definition Alias.h:14