3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/certificates/identity/ActiveDirectoryPopup.h"
7#include "mc/client/gui/DirtyFlag.h"
8#include "mc/client/gui/SceneType.h"
9#include "mc/client/gui/screens/controllers/AuthLoadingMessages.h"
10#include "mc/client/gui/screens/controllers/AuthenticationUIState.h"
11#include "mc/client/gui/screens/controllers/EduPurchaseUXState.h"
12#include "mc/client/gui/screens/controllers/MinecraftScreenController.h"
13#include "mc/deps/core/utility/NonOwnerPointer.h"
22namespace Json {
class Value; }
30 ::ll::TypedStorage<1, 1, bool> mAuthenticationPendingPresentationHandled;
31 ::ll::TypedStorage<8, 552, ::std::optional<::ActiveDirectoryPopup>> mPopup;
32 ::ll::TypedStorage<8, 32, ::std::string> mAuthMessage;
33 ::ll::TypedStorage<8, 64, ::AuthLoadingMessages> mLoadingMessages;
34 ::ll::TypedStorage<4, 4, ::AuthenticationUIState> mUIState;
35 ::ll::TypedStorage<4, 4, ::EduPurchaseUXState> mPurchaseState;
36 ::ll::TypedStorage<1, 1, bool> mCurrentlyAgree;
37 ::ll::TypedStorage<8, 32, ::std::string> mOfferPrice;
38 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ActiveDirectoryAuthenticationInterface>> mAuthentication;
39 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ClickSourceContext>> mClickSource;
40 ::ll::TypedStorage<8, 8, double> mPackLoadStart;
45 ActiveDirectoryAuthenticationScreenController();
50 virtual ~ActiveDirectoryAuthenticationScreenController() ;
52 virtual void addStaticScreenVars(::Json::Value& globalVars) ;
54 virtual void onTerminate() ;
56 virtual ::ui::DirtyFlag tick() ;
58 virtual ::ui::SceneType getSceneType() const ;
64 MCAPI ActiveDirectoryAuthenticationScreenController(
65 ::std::shared_ptr<::MinecraftScreenModel> model,
67 ::std::unique_ptr<::ClickSourceContext> clickedSource,
68 ::Bedrock::NotNullNonOwnerPtr<::Progress::ProgressTips> progressTips
71 MCAPI
void _announceModalDialog() const;
73 MCAPI
void _closeModalDialog(
bool doPostAction);
75 MCFOLD
void _closeProgressDialog();
77 MCAPI
bool _fulfillPriorPurchase(::std::weak_ptr<::Purchase> purchase);
79 MCAPI
void _handleAuthenticationPendingPresentation();
81 MCAPI
void _handlePopupButton(::ADPopupButtonAction const& action);
83 MCAPI
void _handlePurchaseFailure();
85 MCAPI
void _openModalDialog(::std::
string const& dialogId);
87 MCAPI
void _openProgressDialog();
89 MCAPI
void _purchaseLicense();
91 MCAPI
void _registerBindings();
93 MCAPI
void _registerEventHandlers();
100 ::std::shared_ptr<::MinecraftScreenModel> model,
102 ::std::unique_ptr<::ClickSourceContext> clickedSource,
103 ::Bedrock::NotNullNonOwnerPtr<::Progress::ProgressTips> progressTips
116 MCAPI
void $addStaticScreenVars(::Json::Value& globalVars);
118 MCFOLD
void $onTerminate();
120 MCAPI ::ui::DirtyFlag $tick();
122 MCFOLD ::ui::SceneType $getSceneType() const;
Definition ActiveDirectoryAuthenticationInterface.h:5
Definition ActiveDirectoryAuthenticationScreenController.h:5
static MCAPI void ** $vftableForScreenController()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
Definition ClickSourceContext.h:5
Definition MinecraftScreenController.h:5
Definition MinecraftScreenModel.h:5
Definition ProgressTips.h:7