Companion

expect object Companion
actual object Companion
actual object Companion

Functions

Link copied to clipboard
fun File.loadAsDeviceInfo(json: <Error class: unknown class> = DeviceInfoManager.format): DeviceInfo

加载一个设备信息. 若文件不存在或为空则随机并创建一个设备信息保存.

Link copied to clipboard
expect fun random(): DeviceInfo

生成随机 DeviceInfo

expect fun random(random: Random): DeviceInfo

使用特定随机数生成器生成 DeviceInfo

actual fun random(): DeviceInfo

生成随机 DeviceInfo

actual fun random(random: Random): DeviceInfo

使用特定随机数生成器生成 DeviceInfo

actual fun random(): DeviceInfo

生成随机 DeviceInfo

actual fun random(random: Random): DeviceInfo

使用特定随机数生成器生成 DeviceInfo