DestinyProfileTransitoryComponent class

This is an experimental set of data that Bungie considers to be "transitory" - information that may be useful for API users, but that is coming from a non-authoritative data source about information that could potentially change at a more frequent pace than Bungie.net will receive updates about it. This information is provided exclusively for convenience should any of it be useful to users: we provide no guarantees to the accuracy or timeliness of data that comes from this source. Know that this data can potentially be out-of-date or even wrong entirely if the user disconnected from the game or suddenly changed their status before we can receive refreshed data.

Annotations
  • @JsonSerializable()

Properties

currentActivity DestinyProfileTransitoryCurrentActivity?
If you are in an activity, this is some transitory info about the activity currently being played.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
joinability DestinyProfileTransitoryJoinability?
Information about whether and what might prevent you from joining this person on a fireteam.
getter/setter pair
lastOrbitedDestinationHash int?
The hash identifier for the DestinyDestinationDefinition of the last location you were orbiting when in orbit.
getter/setter pair
partyMembers List<DestinyProfileTransitoryPartyMember>?
If you have any members currently in your party, this is some (very) bare-bones information about those members.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tracking List<DestinyProfileTransitoryTrackingEntry>?
Information about tracked entities.
getter/setter pair

Methods

asyncToJson() Future<Map<String, dynamic>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

asyncFromJson(Map<String, dynamic> json) Future<DestinyProfileTransitoryComponent>