sessionTypeXbox property
The session is running on an Xbox console
Implementation
SessionTypeXbox? get sessionTypeXbox {
if (this is SessionTypeXbox) {
return this as SessionTypeXbox;
}
return null;
}
The session is running on an Xbox console
SessionTypeXbox? get sessionTypeXbox {
if (this is SessionTypeXbox) {
return this as SessionTypeXbox;
}
return null;
}