Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DestinyProfileComponent

The most essential summary information about a Profile (in Destiny 1, we called these "Accounts").

Hierarchy

  • DestinyProfileComponent

Index

Properties

characterIds

characterIds: string[]

A list of the character IDs, for further querying on your part.

dateLastPlayed

dateLastPlayed: string

The last time the user played with any character on this Profile.

userInfo

userInfo: UserInfoCard

If you need to render the Profile (their platform name, icon, etc...) somewhere, this property contains that information.

versionsOwned

versionsOwned: DestinyGameVersions

If you want to know what expansions they own, this will contain that data.

This enum represents a set of flags - use bitwise operators to check which of these match your value.