LeviLamina
Loading...
Searching...
No Matches
PurchaseEnabledScreenController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // PurchaseEnabledScreenController inner types declare
8 // clang-format off
10 // clang-format on
11
12 // PurchaseEnabledScreenController inner types define
13 enum class PurchaseStatus : uint {
14 NoPurchaseAttemptActive = 0,
15 CoinPurchaseInProgress = 1,
16 DownloadInProgress = 2,
17 InsufficientFundsInProgress = 3,
18 PurchaseAttemptFinished = 4,
19 PurchaseInProgress = 5,
20 };
21
23};
Definition PurchaseEnabledScreenController.h:5