腾讯云直播推流的回调通知
| protocol TXLivePushListener-p | 
| 构造函数 | |
| (void) | - onPushEvent:withParam: | 
| (void) | - onNetStatus: | 
| (void) | - onScreenCaptureStarted | 
| (void) | - onScreenCapturePaused: | 
| (void) | - onScreenCaptureResumed: | 
| (void) | - onScreenCaptureStoped: | 
| - (void) onNetStatus: | (NSDictionary *) | param | 
状态通知
| param | 参见 TXLiveSDKTypeDef.h | 
| - (void) onPushEvent: | (int) | EvtID | |
| withParam: | (NSDictionary *) | param | |
事件通知
| EvtID | 参见 TXLiveSDKEventDef.h | 
| param | 参见 TXLiveSDKTypeDef.h | 
| - (void) onScreenCapturePaused: | (int) | reason | 
当屏幕分享暂停时,SDK 会通过此回调通知
| reason | 原因,0:用户主动暂停;1:屏幕窗口不可见暂停 | 
| - (void) onScreenCaptureResumed: | (int) | reason | 
当屏幕分享恢复时,SDK 会通过此回调通知
| reason | 恢复原因,0:用户主动恢复;1:屏幕窗口恢复可见从而恢复分享 | 
| - (void) onScreenCaptureStarted | 
当屏幕分享开始时,SDK 会通过此回调通知
| - (void) onScreenCaptureStoped: | (int) | reason | 
当屏幕分享停止时,SDK 会通过此回调通知
| reason | 停止原因,0:用户主动停止;1:屏幕窗口关闭导致停止 |