Skip to content

Commit

Permalink
Update EntitlementTypes (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
LonelyDeathVGX authored Jun 26, 2024
1 parent b7ee866 commit 560c5c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1283,6 +1283,13 @@ export enum SKUFlags {
}

export enum EntitlementTypes {
PURCHASE = 1,
PREMIUM_SUBSCRIPTION = 2,
DEVELOPER_GIFT = 3,
TEST_MODE_PURCHASE = 4,
FREE_PURCHASE = 5,
USER_GIFT = 6,
PREMIUM_PURCHASE = 7,
APPLICATION_SUBSCRIPTION = 8,
}

Expand Down

0 comments on commit 560c5c9

Please sign in to comment.