LeviLamina
Loading...
Searching...
No Matches
EduWebService.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/certificates/identity/web_services/IEduWebService.h"
7#include "mc/deps/core/minecraft/threading/EnableQueueForMainThread.h"
8
9// auto generated forward declare list
10// clang-format off
11struct ServicePack;
12namespace WebServices::EduSignin { struct SigninError; }
13namespace WebServices::EduSignin { struct SigninResponse; }
14// clang-format on
15
16namespace WebServices {
17
19public:
20 // member variables
21 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 EduWebService& operator=(EduWebService const&);
34
35public:
36 // virtual functions
37 // NOLINTBEGIN
38 // vIndex: 0
39 virtual ~EduWebService() /*override*/ = default;
40
41 // vIndex: 1
42 virtual void setEula() /*override*/;
43
44 // vIndex: 2
45 virtual void
46 setPurchaseReceipt(::std::string const&, ::std::function<void(bool)> const&, ::std::string const&) /*override*/;
47
48 // vIndex: 3
49 virtual void setSkin(::std::string const&) /*override*/;
50
51 // vIndex: 4
52 virtual void signinForDemo(::std::function<void(::std::variant<
55
56 // vIndex: 5
57 virtual void
58 signin(::std::function<void(::std::variant<::WebServices::EduSignin::SigninResponse, ::WebServices::EduSignin::SigninError>)>, ::std::string const&) /*override*/
59 ;
60
61 // vIndex: 6
62 virtual void sendInitialPackRequest(::std::function<void(::std::vector<::ServicePack>)>) /*override*/;
63 // NOLINTEND
64
65public:
66 // destructor thunk
67 // NOLINTBEGIN
68
69 // NOLINTEND
70
71public:
72 // virtual function thunks
73 // NOLINTBEGIN
74
75 // NOLINTEND
76};
77
78} // namespace WebServices
Definition EnableQueueForMainThread.h:10
Definition EduWebService.h:18
Definition ServicePack.h:5
Definition SigninError.h:7
Definition SigninResponse.h:7
Definition IEduWebService.h:16
Definition Alias.h:14