XR8.XrDevice.isDeviceBrowserCompatible()
XR8.XrDevice.isDeviceBrowserCompatible({ allowedDevices })
概要
ユーザーのデバイスとブラウザが8th Wall Webに対応しているかどうかの推定値を返します。 これがfalseを返すと、XR8.XrDevice.incompatibleReasons()
が、デバイスとブラウザがサポートされていない理由を返します。
パラメータ
パラメータ | 説明 |
---|---|
allowedDevices [Optional] | サポートするデバイスクラスで、XR8.XrConfig.device() の値です。 |
戻り値
Trueまたはfalse
例
XR8.XrDevice.isDeviceBrowserCompatible({allowedDevices: XR8.XrConfig.device().MOBILE})