Skip to content

Commit

Permalink
Merge branch 'dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
LonelyDeathVGX authored Jun 26, 2024
2 parents 8974d8e + 560c5c9 commit 3735468
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 @@ -1284,6 +1284,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 3735468

Please sign in to comment.