EventType enum
Values
- load → const EventType
-
const EventType(jsonValue: "LOAD") - open → const EventType
-
const EventType(jsonValue: "OPEN") - screenView → const EventType
-
const EventType(jsonValue: "SCREEN_VIEW") - employerSelected → const EventType
-
const EventType(jsonValue: "EMPLOYER_SELECTED") - linkCreated → const EventType
-
const EventType(jsonValue: "LINK_CREATED") - loginComplete → const EventType
-
const EventType(jsonValue: "LOGIN_COMPLETE") - success → const EventType
-
const EventType(jsonValue: "SUCCESS") - error → const EventType
-
const EventType(jsonValue: "ERROR") - unsupportedBrowser → const EventType
-
const EventType(jsonValue: "UNSUPPORTED_BROWSER") - oauthOpened → const EventType
-
const EventType(jsonValue: "OAUTH_OPENED") - close → const EventType
-
const EventType(jsonValue: "CLOSE") - manualDds → const EventType
-
const EventType(jsonValue: "MANUAL_DDS") - documentsUploaded → const EventType
-
const EventType(jsonValue: "DOCUMENTS_UPLOADED") - docUploadOpened → const EventType
-
const EventType(jsonValue: "DOC_UPLOAD_OPENED")
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- jsonValue → String
-
final
- 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
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited