AndroidWork class
create_user: zhengzaihong email:1096877329@qq.com create_date: 2024/2/26 create_time: 16:37 describe: 此库主线只实现Android 原生相关任务或功能 IOS涉及可能会较少,此库主要针对android
Constructors
- AndroidWork()
-
const
Properties
- apiLevel → Future
-
获取设备API级
no setter
- cpuName → Future
-
获取CPU名称
no setter
- deviceIMEINumber → Future
-
获取设备唯一标识
no setter
- deviceManufacturer → Future
-
获取设备厂商
no setter
- deviceModel → Future
-
获取设备型号
no setter
- deviceName → Future
-
获取设备名称
no setter
- hardware → Future
-
获取硬件
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- platformVersion → Future
-
获取Android版本
no setter
- productName → Future
-
获取产品名称
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited