メインコンテンツへスキップ

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})