Игрок с ПК или нет

$device = match($player->getDeviceOS){
    1 => 'Android',
    2 => 'iOS',
    7 => 'W10 Edition',
    default => 'undefined'
};