add new app flags
This commit is contained in:
parent
9efafc74cd
commit
6576d7f9bd
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ module.exports.ApplicationFlags.EMBEDDED_FIRST_PARTY = 1 << 20; //
|
|||
module.exports.ApplicationFlags.ACTIVE = 1 << 24; // prettier-ignore
|
||||
module.exports.ApplicationFlags.IFRAME_MODAL = 1 << 26; // prettier-ignore
|
||||
module.exports.ApplicationFlags.SOCIAL_LAYER_INTEGRATION = 1 << 27; // prettier-ignore
|
||||
module.exports.ApplicationFlags.PROMOTED = 1 << 29; // prettier-ignore
|
||||
module.exports.ApplicationFlags.PARTNER = 1 << 30; // prettier-ignore
|
||||
|
||||
module.exports.ApplicationTypes = ["Normal", "Game", "Music", "Ticketed Event", "Creator Monetization"];
|
||||
|
||||
|
|
Loading…
Reference in a new issue