toValue method
Implementation
String toValue() {
switch (this) {
case PlayerSessionCreationPolicy.acceptAll:
return 'ACCEPT_ALL';
case PlayerSessionCreationPolicy.denyAll:
return 'DENY_ALL';
}
}
String toValue() {
switch (this) {
case PlayerSessionCreationPolicy.acceptAll:
return 'ACCEPT_ALL';
case PlayerSessionCreationPolicy.denyAll:
return 'DENY_ALL';
}
}