LeviLamina
Loading...
Searching...
No Matches
ThirdPartyInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // member functions
19 // NOLINTBEGIN
21
23
24 MCNAPI_C bool isEligible(::std::string const& urlToMatch) const;
25
26 MCNAPI_C bool isValid() const;
27
28 MCNAPI ::ThirdPartyInfo& operator=(::ThirdPartyInfo const&);
29
31 // NOLINTEND
32
33public:
34 // constructor thunks
35 // NOLINTBEGIN
36 MCNAPI void* $ctor();
37
38 MCNAPI_C void* $ctor(::ThirdPartyInfo&&);
39
40 MCNAPI void* $ctor(::ThirdPartyInfo const&);
41
42 MCNAPI_C void* $ctor(
43 ::std::unordered_set<::std::string> const& allowListUrls,
44 ::std::string creatorId,
45 ::std::string creatorName,
46 ::std::string storePageId,
47 bool requireXBL,
48 ::std::string const& experienceId
49 );
50 // NOLINTEND
51
52public:
53 // destructor thunk
54 // NOLINTBEGIN
55 MCNAPI void $dtor();
56 // NOLINTEND
57};
MCAPI void * $ctor(::ThirdPartyInfo const &)
MCAPI::ThirdPartyInfo & operator=(::ThirdPartyInfo const &)
MCAPI void $dtor()
MCAPI ThirdPartyInfo(::ThirdPartyInfo const &)
MCAPI ThirdPartyInfo()
MCAPI ~ThirdPartyInfo()
MCAPI void * $ctor()
Definition Alias.h:14