AlivcBase class

Constructors

AlivcBase.init()
创建AlivcBase实例

Properties

hashCode int
The hash code for this object.
no setterinherited
onLicenceCheck OnLicenceCheck?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerSDK() Future
注册SDK
setObserver() Future<void>
设置监听回调接口
setOnLicenceCheck(OnLicenceCheck onLicenceCheck) → void
SDK Licence 校验接口回调
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

eventChannel EventChannel
getter/setter pair
methodChannel MethodChannel
getter/setter pair

Static Methods

getSdkVersion() Future<String>
获取SDK版本号
setConsoleEnable(bool enable) Future<void>
启用或禁用控制台日志打印
setLogLevel(AlivcLivePushLogLevel level) Future<void>
设置Log级别
setLogPath(String logPath, int maxPartFileSizeInKB) Future<void>
设置Log路径