NUILogActionType enum
Constructors
- NUILogActionType()
-
const
Values
- LOGIN → const NUILogActionType
- LOGOUT → const NUILogActionType
- VIEW → const NUILogActionType
- UPDATE → const NUILogActionType
- ADD → const NUILogActionType
- DELETE → const NUILogActionType
- EXPORT → const NUILogActionType
- GRANT → const NUILogActionType
- REVOKE → const NUILogActionType
- SUBMIT → const NUILogActionType
- APPROVE → const NUILogActionType
- REJECT → const NUILogActionType
- OTHER → const NUILogActionType
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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<
NUILogActionType> -
A constant List of the values in this enum, in order of their declaration.
[LOGIN, LOGOUT, VIEW, UPDATE, ADD, DELETE, EXPORT, GRANT, REVOKE, SUBMIT, APPROVE, REJECT, OTHER]