AlivcLivePusher_Interactive v6.17.0
Aliyun Live Pusher Interactive SDK API Reference Manual for iOS Platforms
Loading...
Searching...
No Matches
<AlivcLivePusherErrorDelegate> Protocol Reference

Live pusher engine error callbacks. More...

#include "AlivcLivePusher.h"

Inheritance diagram for <AlivcLivePusherErrorDelegate>:

Instance Methods

(void) - onSDKError:error:
 The SDK error callback.
 
(void) - onSystemError:error:
 The system error callback.
 

Detailed Description

Live pusher engine error callbacks.

Method Documentation

◆ onSDKError:error:

- (void) onSDKError: (AlivcLivePusher *)  pusher
error: (AlivcLivePushError *)  error 
required

The SDK error callback.

Parameters
pusherThe live pusher engine object
errorThe error message AlivcLivePushError

◆ onSystemError:error:

- (void) onSystemError: (AlivcLivePusher *)  pusher
error: (AlivcLivePushError *)  error 
required

The system error callback.

Parameters
pusherThe live pusher engine object
errorThe error message AlivcLivePushError

The documentation for this protocol was generated from the following file: