Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/sync15/src/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 560 B image not shown  

Quelle  sync15.udl   Sprache: unbekannt

 
// # sync15 types

// This exists purely to expose types used by other components.
namespace sync15 {

};

/// Enumeration for the different types of device.
///
/// Firefox Accounts separates devices into broad categories for display purposes,
/// such as distinguishing a desktop PC from a mobile phone. Upon signin, the
/// application should inspect the device it is running on and select an appropriate
/// [`DeviceType`] to include in its device registration record.
enum DeviceType {
  "Desktop",
  "Mobile",
  "Tablet",
  "VR",
  "TV",
  "Unknown",
};

[ Dauer der Verarbeitung: 0.19 Sekunden  (vorverarbeitet)  ]