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…
Reference in New Issue
Block a user