ECDeviceType Constants Reference
| Declared in | ECEnumDefs.h |
|---|
ECDeviceType
Definition
typedef NS_ENUM(NSInteger, ECDeviceType ) {
ECDeviceType_Unknow = 0,
ECDeviceType_AndroidPhone = 1,
ECDeviceType_iPhone = 2,
ECDeviceType_iPad = 10,
ECDeviceType_AndroidPad = 11,
ECDeviceType_PC = 20,
ECDeviceType_Web = 21,
ECDeviceType_Mac = 22,
};
Constants
ECDeviceType_Unknow-
未知设备类型
Declared In
ECEnumDefs.h. ECDeviceType_AndroidPhone-
Android手机
Declared In
ECEnumDefs.h. ECDeviceType_iPhone-
iPhone手机
Declared In
ECEnumDefs.h. ECDeviceType_iPad-
iPad平板
Declared In
ECEnumDefs.h. ECDeviceType_AndroidPad-
Android平板
Declared In
ECEnumDefs.h. ECDeviceType_PC-
PC电脑
Declared In
ECEnumDefs.h. ECDeviceType_Web-
web
Declared In
ECEnumDefs.h. ECDeviceType_Mac-
Mac
Declared In
ECEnumDefs.h.