mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-05-06 18:36:09 +08:00
feat(device): add sdkVersion (#4354)
This commit is contained in:
parent
74302846dc
commit
acb39e5849
@ -62,4 +62,8 @@ export class Device extends AwesomeCordovaNativePlugin {
|
|||||||
/** Get the device hardware serial number. */
|
/** Get the device hardware serial number. */
|
||||||
@CordovaProperty()
|
@CordovaProperty()
|
||||||
serial: string;
|
serial: string;
|
||||||
|
|
||||||
|
/** Get the Android device's SDK version. (Android-only) */
|
||||||
|
@CordovaProperty()
|
||||||
|
sdkVersion?: string;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user