Description:repair api description

Feature or Bugfix:Bugfix
Binary Source: No

Signed-off-by: lwx1281857 <linnanmu@h-partners.com>
This commit is contained in:
lwx1281857 2024-07-04 19:19:07 +08:00
parent ee644393f6
commit db91aa7de9

View File

@ -156,6 +156,7 @@ export interface GetDeviceOptions {
/** /**
* Called when the device information is obtained. * Called when the device information is obtained.
* *
* @type { ?function }
* @syscap SystemCapability.Startup.SystemInfo.Lite * @syscap SystemCapability.Startup.SystemInfo.Lite
* @since 3 * @since 3
*/ */
@ -164,6 +165,7 @@ export interface GetDeviceOptions {
/** /**
* Called when the device information fails to be obtained. * Called when the device information fails to be obtained.
* *
* @type { ?function }
* @syscap SystemCapability.Startup.SystemInfo.Lite * @syscap SystemCapability.Startup.SystemInfo.Lite
* @since 3 * @since 3
*/ */
@ -172,6 +174,7 @@ export interface GetDeviceOptions {
/** /**
* Called when the execution is completed. * Called when the execution is completed.
* *
* @type { ?function }
* @syscap SystemCapability.Startup.SystemInfo.Lite * @syscap SystemCapability.Startup.SystemInfo.Lite
* @since 3 * @since 3
*/ */