BREAKING CHANGE: AR/VR devices moved to new device type: xr

This commit is contained in:
Faisal Salman
2024-06-05 15:47:27 +07:00
parent 39590f112d
commit 0543b87c02
5 changed files with 20 additions and 11 deletions

View File

@@ -179,7 +179,8 @@ const Device = Object.freeze({
MOBILE: 'mobile',
SMARTTV: 'smarttv',
TABLET: 'tablet',
WEARABLE: 'wearable'
WEARABLE: 'wearable',
XR: 'xr'
});
const Vendor = Object.freeze({