Source
This page was generated with Wiki Builder. Do not change the format!
Info
The types of membership the Accounts system supports. This is the external facing enum used in place of the internal-only Bungie.SharedDefinitions.MembershipType.
Schema
- Schema Type: Enum
- Type: integer
- Format: int32
Enum Values
Identifier | Value | Description |
---|---|---|
None | 0 | |
TigerXbox | 1 | |
TigerPsn | 2 | |
TigerBlizzard | 4 | |
TigerDemon | 10 | |
BungieNext | 254 | |
All | -1 | "All" is only valid for searching capabilities: you need to pass the actual matching BungieMembershipType for any query where you pass a known membershipId. |