提交 fdf93d3a 编写于 作者: W wangtiantian

IssueNo: #I5BUQR:add appDistribution and appProvisionType

Description:add appDistribution and appProvisionType
Sig:SIG_ApplicaitonFramework
Feature or Bugfix:Bugfix
Binary Source:No
Signed-off-by: Nwangtiantian <wangtiantian19@huawei.com>
上级 04590101
......@@ -1708,7 +1708,7 @@ setDisposedStatus(bundleName: string, status: number, callback: AsyncCallback\<v
| 名称 | 类型 | 必填 | 描述 |
| ---------------- | ---------------------------------- | ---- | ---------------------------------------- |
| bundleName | string | 是 | 表示要被设置处置状态的应用包名。 |
| status | number | 是 | 表示要设置的处置状态值。由应用市场设置,通常正数表示应用有问题,负数表示不需要元能力提醒,0为默认值。 |
| status | number | 是 | 表示要设置的处置状态值。该值预留用于应用市场设置应用的处置状态,默认为0,不做处置。 |
| callback | AsyncCallback\<void> | 是 | 程序启动作为入参的回调函数,无返回值。 |
**示例:**
......@@ -1738,7 +1738,7 @@ setDisposedStatus(bundleName: string, status: number): Promise\<void>;
| 名称 | 类型 | 必填 | 描述 |
| ---------------- | ---------------------------------- | ---- | ---------------------------------------- |
| bundleName | string | 是 | 表示要被设置处置状态的应用包名。 |
| status | number | 是 | 表示要设置的处置状态值。由应用市场设置,通常正数表示应用有问题,负数表示不需要元能力提醒,0为默认值。 |
| status | number | 是 | 表示要设置的处置状态值。该值预留用于应用市场设置应用的处置状态,默认为0,不做处置。 |
**返回值:**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册