File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -264,15 +264,11 @@ var isSim = device.isVirtual;
264
264
265
265
## device.sdkVersion (Android only)
266
266
267
- Will return the Android device's SDK version.
267
+ Get the Android device's SDK version ( [ SDK_INT ] ( https://developer.android.com/reference/android/os/Build.VERSION#SDK_INT ) ) .
268
268
269
269
### Supported Platforms
270
270
271
271
- Android
272
- - Browser
273
- - iOS
274
- - Windows
275
- - OS X
276
272
277
273
### OS X and Browser Quirk
278
274
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ interface Device {
30
30
isVirtual : boolean ;
31
31
/** Get the device hardware serial number. */
32
32
serial : string ;
33
+ /** Get the SDK version of the Android operating system. (Android-only) */
34
+ sdkVersion ?: string ;
33
35
}
34
36
35
37
declare var device : Device ;
You can’t perform that action at this time.
0 commit comments