未验证 提交 3ef99db0 编写于 作者: O openharmony_ci 提交者: Gitee

!4018 sample更新

Merge pull request !4018 from zengyawen/OpenHarmony-3.1-Release
# 应用事件开发指导
# 应用事件打点开发指导
## 场景介绍
......@@ -75,6 +75,6 @@
## 相关实例
针对应用事件开发,有以下相关实例可供参考:
针对应用事件打点开发,有以下相关实例可供参考:
- [`JsDotTest`:测试打点(JS)(API7)](https://gitee.com/openharmony/app_samples/tree/master/DFX/JsDotTest)
\ No newline at end of file
- [`JsDotTest`:测试打点(JS)(API8)](https://gitee.com/openharmony/app_samples/tree/master/DFX/JsDotTest)
\ No newline at end of file
......@@ -257,6 +257,6 @@ export class AudioDemo {
针对音频播放开发,有以下相关实例可供参考:
- [`JsDistributedMusicPlayer`:分布式音乐播放(JS)(API7)](https://gitee.com/openharmony/app_samples/tree/master/ability/JsDistributedMusicPlayer)
- [`JsAudioPlayer`:音频播放和管理(JS)(API7](https://gitee.com/openharmony/app_samples/tree/master/media/JsAudioPlayer)
- [`JsAudioPlayer`:音频播放和管理(JS)(API8](https://gitee.com/openharmony/app_samples/tree/master/media/JsAudioPlayer)
- [`eTsAudioPlayer`: 音频播放器(eTS)](https://gitee.com/openharmony/app_samples/blob/master/media/Recorder/entry/src/main/ets/MainAbility/pages/Play.ets)
- [音频播放器](https://gitee.com/openharmony/codelabs/tree/master/Media/Audio_OH_ETS)
\ No newline at end of file
......@@ -191,5 +191,6 @@ export class AudioRecorderDemo {
针对音频录制开发,有以下相关实例可供参考:
- [`Recorder`:录音机(eTS)(API8)](https://gitee.com/openharmony/app_samples/tree/master/media/Recorder)
- [`JsRecorder`:录音机(JS)(API8)](https://gitee.com/openharmony/app_samples/tree/master/media/JSRecorder)
- [`eTsAudioPlayer`: 音频播放器(eTS)](https://gitee.com/openharmony/app_samples/blob/master/media/Recorder/entry/src/main/ets/MainAbility/pages/Play.ets)
- [音频播放器](https://gitee.com/openharmony/codelabs/tree/master/Media/Audio_OH_ETS)
......@@ -462,3 +462,7 @@ export class VideoPlayerDemo {
}
}
```
## 相关实例
针对视频播放开发,有以下相关实例可供参考:
- [`VideoPlayer`:视频播放(eTS)(API9)](https://gitee.com/openharmony/app_samples/tree/master/media/VideoPlayer)
\ No newline at end of file
......@@ -174,5 +174,5 @@ if (this.subscriber != null) {
针对公共事件开发,有以下相关实例可供参考:
- [`CommonEvent`:订阅公共事件(eTS)(API7](https://gitee.com/openharmony/app_samples/tree/master/Notification/CommonEvent)
- [`CommonEvent`:订阅公共事件(eTS)(API8](https://gitee.com/openharmony/app_samples/tree/master/Notification/CommonEvent)
......@@ -248,5 +248,5 @@ Notification.cancel(1, "label", cancelCallback)
## 相关实例
针对通知开发,有以下相关可供参考:
- [`Notification`:通知(eTS)(API7](https://gitee.com/openharmony/app_samples/tree/master/common/Notification)
- [`Notification`:订阅、发送通知(eTS)(API9)](https://gitee.com/openharmony/app_samples/tree/master/Notification/Notification)
- [`Notification`:通知(eTS)(API8](https://gitee.com/openharmony/app_samples/tree/master/common/Notification)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册