Interface | Description |
---|---|
EZOpenSDKListener.EZLeaveMessageFlowCallback |
Message data callback, which is used to get message data
|
EZOpenSDKListener.EZPushServerListener |
Push server to start noticing.
|
EZOpenSDKListener.EZStandardFlowCallback |
Standard stream callback, which is used to call back the data of starting live view or playback.
|
Class | Description |
---|---|
EZConstants | |
EZConstants.EZMessageDefine | |
EZConstants.EZPlaybackConstants | |
EZGlobalSDK |
The oversea version of open SDK and the oversea developers need to focus on this interface when calling it. (EZOpenSDK is only used by domestic developers.)
Created by yudan on 16/7/7.
|
EZOpenSDK |
The total class of open SDK, if calling interface fails, check whether there's
exception of android.os.NetworkOnMainThreadException in log files. Most interfaces in EZOpenSDK class have network operation and need to be called in the thread.
|
EZOpenSDKListener |
The class of open SDK callback.
Created by yudan on 16/7/12.
|
EZPlayer |