3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/services/messaging/player_messaging/ButtonActionType.h"
7#include "mc/client/social/ToastMessageType.h"
8#include "mc/deps/json/Value.h"
20 ::ll::TypedStorage<8, 8, ::IToastListener*> mListener;
21 ::ll::TypedStorage<1, 1, bool> mIsMergingEnabled;
22 ::ll::TypedStorage<1, 1, bool> mHasCustomPocketToast;
23 ::ll::TypedStorage<1, 1, bool> mUseCustomPocketToast;
24 ::ll::TypedStorage<1, 1, bool> mIsSilent;
25 ::ll::TypedStorage<4, 4, ::ToastMessageType> mType;
26 ::ll::TypedStorage<8, 32, ::std::string> mTitle;
27 ::ll::TypedStorage<8, 32, ::std::string> mSubtitle;
28 ::ll::TypedStorage<8, 32, ::std::string> mMessageId;
29 ::ll::TypedStorage<8, 16, ::Json::Value> mPropertyBag;
30 ::ll::TypedStorage<8, 32, ::std::string> mLink;
31 ::ll::TypedStorage<4, 4, ::PlayerMessaging::ButtonActionType> mButtonActionType;
32 ::ll::TypedStorage<1, 1, bool> mHasBeenPressed;
33 ::ll::TypedStorage<4, 4, float> mTransitInTime;
34 ::ll::TypedStorage<4, 4, float> mTransitOutTime;
35 ::ll::TypedStorage<4, 4, float> mAdditionalDisplaySeconds;
36 ::ll::TypedStorage<4, 4, float> mAlpha;
37 ::ll::TypedStorage<4, 4, float> mBackgroundAlpha;
38 ::ll::TypedStorage<4, 8, ::glm::vec2> mStartPosition;
39 ::ll::TypedStorage<4, 8, ::glm::vec2> mIdlePosition;
40 ::ll::TypedStorage<4, 8, ::glm::vec2> mEndPosition;
41 ::ll::TypedStorage<4, 8, ::glm::vec2> mCustomPocketStartPosition;
42 ::ll::TypedStorage<4, 8, ::glm::vec2> mCustomPocketIdlePosition;
43 ::ll::TypedStorage<4, 8, ::glm::vec2> mCustomPocketEndPosition;
44 ::ll::TypedStorage<8, 24, ::std::vector<::ToastIconData>> mIconRenderIds;
45 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mVisibleButton;
46 ::ll::TypedStorage<8, 32, ::std::string> mControlId;
47 ::ll::TypedStorage<8, 32, ::std::string> mPocketControlId;
57 MCAPI ToastMessage(::ToastMessage&&);
59 MCAPI ToastMessage(::ToastMessage
const&);
61 MCAPI
explicit ToastMessage(::std::string
const& message);
63 MCAPI ToastMessage(::ToastMessageType type, ::std::string
const& title, ::std::string
const& subtitle);
66 ::ToastMessageType type,
67 ::std::string
const& title,
68 ::std::string
const& subtitle,
69 ::Json::Value
const& propertyBag
73 ::ToastMessageType type,
74 ::std::string
const& title,
75 ::std::string
const& subtitle,
76 ::Json::Value
const& propertyBag,
81 ::ToastMessageType type,
82 ::std::string
const& title,
83 ::std::string
const& subtitle,
84 ::std::string
const& messageId,
86 ::std::string
const& link,
87 ::PlayerMessaging::ButtonActionType buttonActionType
90 MCAPI ::ToastMessage& operator=(::ToastMessage
const&);
92 MCAPI ::ToastMessage& operator=(::ToastMessage&&);
94 MCAPI
void setIconIds(::std::vector<::ToastIconData> ids);
96 MCAPI ~ToastMessage();
102 MCAPI
void* $ctor(::ToastMessage&&);
104 MCAPI
void* $ctor(::ToastMessage
const&);
106 MCAPI
void* $ctor(::std::string
const& message);
108 MCAPI
void* $ctor(::ToastMessageType type, ::std::string
const& title, ::std::string
const& subtitle);
111 ::ToastMessageType type,
112 ::std::string
const& title,
113 ::std::string
const& subtitle,
114 ::Json::Value
const& propertyBag
118 ::ToastMessageType type,
119 ::std::string
const& title,
120 ::std::string
const& subtitle,
121 ::Json::Value
const& propertyBag,
126 ::ToastMessageType type,
127 ::std::string
const& title,
128 ::std::string
const& subtitle,
129 ::std::string
const& messageId,
131 ::std::string
const& link,
132 ::PlayerMessaging::ButtonActionType buttonActionType
Definition IToastListener.h:5
Definition ToastMessage.h:5
Definition ToastIconData.h:5