LeviLamina
Loading...
Searching...
No Matches
IEntitlement.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
11public:
12 // virtual functions
13 // NOLINTBEGIN
14 // vIndex: 0
15 virtual ~IEntitlement() = default;
16
17 // vIndex: 1
18 virtual bool isLegacy() const = 0;
19
20 // vIndex: 2
21 virtual bool isValid() const = 0;
22
23 // vIndex: 3
24 virtual bool isOwned() const = 0;
25
26 // vIndex: 4
27 virtual bool hasExpired() const = 0;
28
29 // vIndex: 5
30 virtual uint quantityOwned() const = 0;
31
32 // vIndex: 6
33 virtual bool canUseLegacyKeyLookup() const = 0;
34
35 // vIndex: 7
36 virtual ::ContentIdentity const& getContentIdentity() const = 0;
37
38 // vIndex: 8
39 virtual ::std::string getContentKey() const = 0;
40
41 // vIndex: 9
42 virtual bool getIsOwnedFromSubscription() const = 0;
43
44 // vIndex: 10
45 virtual ::std::string getExpirationDate() const = 0;
46
47 // vIndex: 11
48 virtual ::std::string getSourceMarketplace() const = 0;
49
50 // vIndex: 12
51 virtual void markDeviceOwnership(::std::string const&) = 0;
52 // NOLINTEND
53
54public:
55 // destructor thunk
56 // NOLINTBEGIN
57
58 // NOLINTEND
59
60public:
61 // virtual function thunks
62 // NOLINTBEGIN
63
64 // NOLINTEND
65};
Definition ContentIdentity.h:10
Definition IEntitlement.h:10