mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
feat(device): add sdkVersion (#4354)
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user