PanoRtcAnnotationManagerDelegate 协议启用对应用程序的回调。
更多...
#import <PanoRtcAnnotation.h>
PanoRtcAnnotationManagerDelegate 协议启用对应用程序的回调。
SDK使用委托回调将标注运行时事件报告给应用程序。
◆ onExternalAnnotationStart:
| - (void) onExternalAnnotationStart: |
|
(NSString *_Nonnull) |
annotationId |
|
|
optional |
◆ onExternalAnnotationStop:
| - (void) onExternalAnnotationStop: |
|
(NSString *_Nonnull) |
annotationId |
|
|
optional |
◆ onShareAnnotationStart:
| - (void) onShareAnnotationStart: |
|
(UInt64) |
userId |
|
|
optional |
◆ onShareAnnotationStop:
| - (void) onShareAnnotationStop: |
|
(UInt64) |
userId |
|
|
optional |
◆ onVideoAnnotationStart:stream:
| - (void) onVideoAnnotationStart: |
|
(UInt64) |
userId |
| stream: |
|
(SInt32) |
streamId |
|
|
| |
|
optional |
◆ onVideoAnnotationStop:stream:
| - (void) onVideoAnnotationStop: |
|
(UInt64) |
userId |
| stream: |
|
(SInt32) |
streamId |
|
|
| |
|
optional |
该协议的文档由以下文件生成: