utsios.md 4.2 KB
Newer Older
D
DCloud_LXH 已提交
1 2
# UTSiOS

W
x  
wanganxp 已提交
3
app-iOS平台专有内置对象。在uni-app和uni-app x的uts环境中均可使用。
D
DCloud_LXH 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198

## 静态方法


### getCurrentViewController()

<!-- UTSJSON.UTSiOS.getCurrentViewController.description -->

<!-- UTSJSON.UTSiOS.getCurrentViewController.param -->

<!-- UTSJSON.UTSiOS.getCurrentViewController.returnValue -->

<!-- UTSJSON.UTSiOS.getCurrentViewController.compatibility -->

### getKeyWindow()

<!-- UTSJSON.UTSiOS.getKeyWindow.description -->

<!-- UTSJSON.UTSiOS.getKeyWindow.param -->

<!-- UTSJSON.UTSiOS.getKeyWindow.returnValue -->

<!-- UTSJSON.UTSiOS.getKeyWindow.compatibility -->

### colorWithString(value)

<!-- UTSJSON.UTSiOS.colorWithString.description -->

<!-- UTSJSON.UTSiOS.colorWithString.param -->

<!-- UTSJSON.UTSiOS.colorWithString.returnValue -->

<!-- UTSJSON.UTSiOS.colorWithString.compatibility -->

### getResourcePath(resourceName)

<!-- UTSJSON.UTSiOS.getResourcePath.description -->

<!-- UTSJSON.UTSiOS.getResourcePath.param -->

<!-- UTSJSON.UTSiOS.getResourcePath.returnValue -->

<!-- UTSJSON.UTSiOS.getResourcePath.compatibility -->

### isSimulator()

<!-- UTSJSON.UTSiOS.isSimulator.description -->

<!-- UTSJSON.UTSiOS.isSimulator.param -->

<!-- UTSJSON.UTSiOS.isSimulator.returnValue -->

<!-- UTSJSON.UTSiOS.isSimulator.compatibility -->

### getDeviceId()

<!-- UTSJSON.UTSiOS.getDeviceId.description -->

<!-- UTSJSON.UTSiOS.getDeviceId.param -->

<!-- UTSJSON.UTSiOS.getDeviceId.returnValue -->

<!-- UTSJSON.UTSiOS.getDeviceId.compatibility -->

### getModel()

<!-- UTSJSON.UTSiOS.getModel.description -->

<!-- UTSJSON.UTSiOS.getModel.param -->

<!-- UTSJSON.UTSiOS.getModel.returnValue -->

<!-- UTSJSON.UTSiOS.getModel.compatibility -->

### getUserAgent()

<!-- UTSJSON.UTSiOS.getUserAgent.description -->

<!-- UTSJSON.UTSiOS.getUserAgent.param -->

<!-- UTSJSON.UTSiOS.getUserAgent.returnValue -->

<!-- UTSJSON.UTSiOS.getUserAgent.compatibility -->

### getAppId()

<!-- UTSJSON.UTSiOS.getAppId.description -->

<!-- UTSJSON.UTSiOS.getAppId.param -->

<!-- UTSJSON.UTSiOS.getAppId.returnValue -->

<!-- UTSJSON.UTSiOS.getAppId.compatibility -->

### getDataPath()

<!-- UTSJSON.UTSiOS.getDataPath.description -->

<!-- UTSJSON.UTSiOS.getDataPath.param -->

<!-- UTSJSON.UTSiOS.getDataPath.returnValue -->

<!-- UTSJSON.UTSiOS.getDataPath.compatibility -->

### isUniMp()

<!-- UTSJSON.UTSiOS.isUniMp.description -->

<!-- UTSJSON.UTSiOS.isUniMp.param -->

<!-- UTSJSON.UTSiOS.isUniMp.returnValue -->

<!-- UTSJSON.UTSiOS.isUniMp.compatibility -->

### getAppName()

<!-- UTSJSON.UTSiOS.getAppName.description -->

<!-- UTSJSON.UTSiOS.getAppName.param -->

<!-- UTSJSON.UTSiOS.getAppName.returnValue -->

<!-- UTSJSON.UTSiOS.getAppName.compatibility -->

### getAppVersion()

<!-- UTSJSON.UTSiOS.getAppVersion.description -->

<!-- UTSJSON.UTSiOS.getAppVersion.param -->

<!-- UTSJSON.UTSiOS.getAppVersion.returnValue -->

<!-- UTSJSON.UTSiOS.getAppVersion.compatibility -->

### getAppVersionCode()

<!-- UTSJSON.UTSiOS.getAppVersionCode.description -->

<!-- UTSJSON.UTSiOS.getAppVersionCode.param -->

<!-- UTSJSON.UTSiOS.getAppVersionCode.returnValue -->

<!-- UTSJSON.UTSiOS.getAppVersionCode.compatibility -->

### getOsLanguage()

<!-- UTSJSON.UTSiOS.getOsLanguage.description -->

<!-- UTSJSON.UTSiOS.getOsLanguage.param -->

<!-- UTSJSON.UTSiOS.getOsLanguage.returnValue -->

<!-- UTSJSON.UTSiOS.getOsLanguage.compatibility -->

### getAppWgtVersion()

<!-- UTSJSON.UTSiOS.getAppWgtVersion.description -->

<!-- UTSJSON.UTSiOS.getAppWgtVersion.param -->

<!-- UTSJSON.UTSiOS.getAppWgtVersion.returnValue -->

<!-- UTSJSON.UTSiOS.getAppWgtVersion.compatibility -->

### getInnerVersion()

<!-- UTSJSON.UTSiOS.getInnerVersion.description -->

<!-- UTSJSON.UTSiOS.getInnerVersion.param -->

<!-- UTSJSON.UTSiOS.getInnerVersion.returnValue -->

<!-- UTSJSON.UTSiOS.getInnerVersion.compatibility -->

### getSystemSetting()

<!-- UTSJSON.UTSiOS.getSystemSetting.description -->

<!-- UTSJSON.UTSiOS.getSystemSetting.param -->

<!-- UTSJSON.UTSiOS.getSystemSetting.returnValue -->

<!-- UTSJSON.UTSiOS.getSystemSetting.compatibility -->

### isBaseIpa()

<!-- UTSJSON.UTSiOS.isBaseIpa.description -->

<!-- UTSJSON.UTSiOS.isBaseIpa.param -->

<!-- UTSJSON.UTSiOS.isBaseIpa.returnValue -->

<!-- UTSJSON.UTSiOS.isBaseIpa.compatibility -->

<!-- UTSJSON.UTSiOS.tutorial -->