MobileVisitorAuthenticationState enum
This is used to indicate the authentication state for the current AEPMobileVisitorId
- Inheritance
- Available extensions
Values
- authenticated → const MobileVisitorAuthenticationState
- logged_out → const MobileVisitorAuthenticationState
- unknown → const MobileVisitorAuthenticationState
Properties
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<
MobileVisitorAuthenticationState> - A constant List of the values in this enum, in order of their declaration.