File tree 1 file changed +9
-10
lines changed
1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 1
- // Type definitions for Apache Cordova Device plugin
1
+ // Type definitions for cordova- plugin-device 2.0
2
2
// Project: https://github.com/apache/cordova-plugin-device
3
3
// Definitions by: Microsoft Open Technologies Inc <http://msopentech.com>
4
+ // Tim Brust <https://github.com/timbru31>
4
5
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
- //
6
- // Copyright (c) Microsoft Open Technologies Inc
7
- // Licensed under the MIT license
8
6
9
7
/**
10
8
* This plugin defines a global device object, which describes the device's hardware and software.
@@ -26,11 +24,12 @@ interface Device {
26
24
uuid : string ;
27
25
/** Get the operating system version. */
28
26
version : string ;
29
- /** Get the device's manufacturer. */
30
- manufacturer : string ;
31
- /** Whether the device is running on a simulator. */
32
- isVirtual : boolean ;
33
- /** Get the device hardware serial number. */
34
- serial : string ; }
27
+ /** Get the device's manufacturer. */
28
+ manufacturer : string ;
29
+ /** Whether the device is running on a simulator. */
30
+ isVirtual : boolean ;
31
+ /** Get the device hardware serial number. */
32
+ serial : string ;
33
+ }
35
34
36
35
declare var device : Device ;
You can’t perform that action at this time.
0 commit comments