DestinyJoinClosedReasons class

A Flags enumeration representing the reasons why a person can't join this user's fireteam.

Constructors

DestinyJoinClosedReasons(int _value)
const
DestinyJoinClosedReasons.fromJson(int numValue)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
no setter

Methods

contains(DestinyJoinClosedReasons childValue) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() int
toString() String
A string representation of this object.
inherited

Operators

operator &(DestinyJoinClosedReasons item) int
operator ==(dynamic other) bool
The equality operator.
override

Constants

DisallowedByGameState → const DestinyJoinClosedReasons
DisallowedByGameState = 16 The user's current activity/quest/other transitory game state is preventing joining.
InMatchmaking → const DestinyJoinClosedReasons
InMatchmaking = 1 The user is currently in matchmaking.
InternalReasons → const DestinyJoinClosedReasons
InternalReasons = 8 The user can't be joined for one of a variety of internal reasons. Basically, the game can't let you join at this time, but for reasons that aren't under the control of this user.
Loading → const DestinyJoinClosedReasons
Loading = 2 The user is currently in a loading screen.
None → const DestinyJoinClosedReasons
None = 0
Offline → const DestinyJoinClosedReasons
Offline = 32768 The user appears to be offline.
SoloMode → const DestinyJoinClosedReasons
SoloMode = 4 The user is in an activity that requires solo play.