value property
String
get
value
Implementation
String get value {
switch (this) {
case MobileVisitorAuthenticationState.logged_out:
return 'AEP_VISITOR_AUTH_STATE_LOGGED_OUT';
case MobileVisitorAuthenticationState.authenticated:
return 'AEP_VISITOR_AUTH_STATE_AUTHENTICATED';
case MobileVisitorAuthenticationState.unknown:
return 'AEP_VISITOR_AUTH_STATE_UNKNOWN';
}
}