update api/@ohos.app.ability.PrintExtensionAbility.d.ts.

Signed-off-by: 郑志豪 <zhengzhihao3@huawei.com>
This commit is contained in:
郑志豪 2024-07-30 03:45:29 +00:00 committed by Gitee
parent 518fc7039d
commit 60a55c5e60
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -84,7 +84,7 @@ export default class PrintExtensionAbility {
* @throws { BusinessError } 202 - not system application
* @syscap SystemCapability.Print.PrintFramework
* @systemapi Hide this for inner system use.
* @StageModelOnly
* @stagemodelonly
* @since 10
*/
onStartPrintJob(jobInfo: print.PrintJob): void;
@ -95,7 +95,7 @@ export default class PrintExtensionAbility {
* @throws { BusinessError } 202 - not system application
* @syscap SystemCapability.Print.PrintFramework
* @systemapi Hide this for inner system use.
* @StageModelOnly
* @stagemodelonly
* @since 10
*/
onCancelPrintJob(jobInfo: print.PrintJob): void;
@ -107,7 +107,7 @@ export default class PrintExtensionAbility {
* @throws { BusinessError } 202 - not system application
* @syscap SystemCapability.Print.PrintFramework
* @systemapi Hide this for inner system use.
* @StageModelOnly
* @stagemodelonly
* @since 10
*/
onRequestPrinterCapability(printerId: number): print.PrinterCapability;
@ -119,7 +119,7 @@ export default class PrintExtensionAbility {
* @throws { BusinessError } 202 - not system application
* @syscap SystemCapability.Print.PrintFramework
* @systemapi Hide this for inner system use.
* @StageModelOnly
* @stagemodelonly
* @since 10
*/
onRequestPreview(jobInfo: print.PrintJob): string;