提交 20c81dd9 编写于 作者: D dingxiaochen

fix docs.

Signed-off-by: Ndingxiaochen <dingxiaochen@huawei.com>
上级 39311d4d
......@@ -239,7 +239,7 @@ observer.off('signalInfoChange', callback);
observer.off('signalInfoChange');
```
## observer.on('cellInfoChange')<sup>9+</sup>
## observer.on('cellInfoChange')<sup>8+</sup>
on\(type: \'cellInfoChange\', callback: Callback<CellInformation\>\): void;
......@@ -255,7 +255,7 @@ on\(type: \'cellInfoChange\', callback: Callback<CellInformation\>\): void;
| 参数名 | 类型 | 必填 | 说明 |
| -------- | --------------------------------------------------------- | ---- |------------------------------------------------------------|
| type | string | 是 | cellInfoChange |
| type | string | 是 | 小区信息变化事件,固定为'cellInfoChange'。 |
| callback | Callback\<[CellInformation](js-apis-radio.md#cellinformation8)\> | 是 | 回调函数。|
**错误码:**
......@@ -278,7 +278,7 @@ observer.on('cellInfoChange', data => {
```
## observer.on('cellInfoChange')<sup>9+</sup>
## observer.on('cellInfoChange')<sup>8+</sup>
on\(type: \'cellInfoChange\', options: { slotId: number }, callback: Callback<CellInformation\>\): void;
......@@ -294,7 +294,7 @@ on\(type: \'cellInfoChange\', options: { slotId: number }, callback: Callback<Ce
| 参数名 | 类型 | 必填 | 说明 |
| ------ |--------------------------------------------------| ---- |------------------------------------------------------------|
| type | string | 是 | cellInfoChange |
| type | string | 是 | 小区信息变化事件,固定为'cellInfoChange'。 |
| slotId | number | 是 | 卡槽ID。<br/>- 0:卡槽1<br/>- 1:卡槽2 |
| callback | Callback\<[CellInformation](js-apis-radio.md#cellinformation8)\> | 是 | 回调函数。|
......@@ -318,7 +318,7 @@ observer.on('cellInfoChange', {slotId: 0}, data => {
```
## observer.off('cellInfoChange')<sup>9+</sup>
## observer.off('cellInfoChange')<sup>8+</sup>
off\(type: \'cellInfoChange\', callback?: Callback<CellInformation\>\): void;
......@@ -336,7 +336,7 @@ off\(type: \'cellInfoChange\', callback?: Callback<CellInformation\>\): void;
| 参数名 | 类型 | 必填 | 说明 |
| -------- | --------------------------------------------------------- | ---- | ------------------------------------------------------------ |
| type | string | 是 | cellInfoChange |
| type | string | 是 | 小区信息变化事件,固定为'cellInfoChange'。 |
| callback | Callback\<[CellInformation](js-apis-radio.md#cellinformation8)\> | 否 | 回调函数。|
| 错误码ID | 错误信息 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册