ApplicationStatus enum
- Inheritance
- Available extensions
Values
- None → const ApplicationStatus
-
None = 0 No value assigned
- Private → const ApplicationStatus
-
Private = 1 Application exists and works but will not appear in any public catalog. New applications start in this state, test applications will remain in this state.
- Public → const ApplicationStatus
-
Public = 2 Active applications that can appear in an catalog.
- Disabled → const ApplicationStatus
-
Disabled = 3 Application disabled by the owner. All authorizations will be treated as terminated while in this state. Owner can move back to private or public state.
- Blocked → const ApplicationStatus
-
Blocked = 4 Application has been blocked by Bungie. It cannot be transitioned out of this state by the owner. Authorizations are terminated when an application is in this state.
- ProtectedInvalidEnumValue → const ApplicationStatus
-
value not found fallback
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int?
-
Available on ApplicationStatus, provided by the ApplicationStatusExtension extension
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ApplicationStatus> - A constant List of the values in this enum, in order of their declaration.