AliyunPlayer v5.5.2.0
Aliyun Player API Reference Manual for iOS Platforms
Loading...
Searching...
No Matches
<AliMediaLoaderStatusDelegate> Protocol Reference

#import "AliMediaLoader.h"

Inheritance diagram for <AliMediaLoaderStatusDelegate>:

Instance Methods

(void) - onCanceled:
 the Canceled callback More...
 
(void) - onCompleted:
 Completed callback. More...
 
(void) - onError:code:msg:
 Error callback. More...
 

Method Documentation

◆ onCanceled:

- (void) onCanceled: (NSString *)  url
optional

the Canceled callback

Parameters
URLthe load URL

◆ onCompleted:

- (void) onCompleted: (NSString *)  url
optional

Completed callback.

Parameters
URLthe load URL

◆ onError:code:msg:

- (void) onError: (NSString *)  url
code: (int64_t)  code
msg: (NSString *)  msg 
optional

Error callback.

Parameters
urlthe load URL
codeError code
msgError description

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