-
- All Implemented Interfaces:
public enum VisitorID.AuthenticationStateUsed to indicate the authentication state for the current VisitorID
-
-
Field Summary
Fields Modifier and Type Field Description public final intvalue
-
Enum Constant Summary
Enum Constants Enum Constant Description UNKNOWNAUTHENTICATEDLOGGED_OUT
-
Method Summary
Modifier and Type Method Description static VisitorID.AuthenticationStatefromInteger(int authStateInteger)static Array<VisitorID.AuthenticationState>values()static VisitorID.AuthenticationStatevalueOf(String name)intgetValue()-
-
Method Detail
-
fromInteger
static VisitorID.AuthenticationState fromInteger(int authStateInteger)
-
values
static Array<VisitorID.AuthenticationState> values()
-
valueOf
static VisitorID.AuthenticationState valueOf(String name)
-
getValue
int getValue()
-
-
-
-