as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
Ring
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート
アクセスいただきありがとうございます。こちらのページは現在英語のみのご用意となっております。順次日本語化を進めてまいりますので、ご理解のほどよろしくお願いいたします。

default

Core interface for querying system information.

Methods

getOperatingSystemInfo()

getOperatingSystemInfo(): default

Returns the instance of IOperatingSystemInfo for querying operating system information.

Returns

default


getUptime()

getUptime(): Promise<default>

Returns the duration since the system was last booted.

Returns

Promise<default>


isEmulator()

isEmulator(): Promise<boolean>

Returns true if the system is running in a virtualized environment rather than on real hardware.

The term “Emulator” is used as a general term to include both emulators and simulators, so this property returns true for any non-physical device, regardless of the platform.

Returns

Promise<boolean>


Last updated: Jan 05, 2026