@@ -2045,7 +2045,7 @@ Registers an observer for this RDB store. When the data in the RDB store changes
| -------- | -------- | -------- | -------- |
| event | string | Yes| The value is'dataChange', which indicates a data change event.|
| type | [SubscribeType](#subscribetype8) | Yes| Subscription type to register.|
| observer | Callback<Array<string>> | Yes| Observer that listens for the data changes in the RDB store.|
| observer | Callback<Array<string>> | Yes| Observer that listens for the data changes in the RDB store.**Array<string>** indicates the ID of the peer device whose data in the database is changed.|
**Example**
...
...
@@ -2076,7 +2076,7 @@ Unregisters the observer of the specified type from the RDB store. This API uses
| -------- | -------- | -------- | -------- |
| event | string | Yes| The value is'dataChange', which indicates a data change event.|
| type | [SubscribeType](#subscribetype8) | Yes| Subscription type to unregister.|
| observer | Callback<Array<string>> | Yes| Data change observer registered.|
| observer | Callback<Array<string>> | Yes| Data change observer to unregister. **Array<string>** indicates the ID of the peer device whose data in the database is changed.|