Was bedeutet "| ="? (Pipe Equal Operator)

Ich habe versucht, mit der Google-Suche und Stack Overflow zu suchen, aber es wurden keine Ergebnisse angezeigt. Ich habe dies in OpenSource-Bibliothekscode gesehen:

Notification notification = new Notification(icon, tickerText, when);
notification.defaults |= Notification.DEFAULT_SOUND;
notification.defaults |= Notification.DEFAULT_VIBRATE;

Was bedeutet "| =" (pipe equal operator ) bedeuten?

Antworten auf die Frage(6)

Ihre Antwort auf die Frage