AliVCSDK  4.5.1
阿里云音视频SDK,为视频开发者提供一站式接入服务
com.alivc.live.pusher.AlivcLiveBaseListener Interface Reference

Live Push base listener. More...

Public Member Functions

void onLicenceCheck (AlivcLivePushConstants.AlivcLiveLicenseCheckResultCode result, String reason)
 

Detailed Description

Live Push base listener.

Author
aliyun live push sdk
Call Example
AlivcLiveBase.setListener(new AlivcLiveBaseListener () {});
AlivcLiveBase.registerSDK();
See also
AliLive Push SDK License Doc
com.alivc.live.pusher.AlivcLiveBase

Definition at line 14 of file AlivcLiveBaseListener.java.

Member Function Documentation

void com.alivc.live.pusher.AlivcLiveBaseListener.onLicenceCheck ( AlivcLivePushConstants.AlivcLiveLicenseCheckResultCode  result,
String  reason 
)

The async result callback after registering sdk license

Parameters
resultthe license async result, 'AlivcLiveLicenseCheckResultCodeSuccess' indicates success, while others indicate failure
reasonreason
Note
After AlivcLiveBase.registerSDK(), get the async result from license checking
After instantiating AlivcLivePusher, it will trigger the callback with the latest check result
See also
com.alivc.live.pusher.AlivcLivePushConstants.AlivcLiveLicenseCheckResultCode