value property
int
get
value
Implementation
int get value {
switch (this) {
case NELiveAuthLevel.normal:
return normal;
case NELiveAuthLevel.token:
return token;
case NELiveAuthLevel.appToken:
return appToken;
default:
return normal;
}
}