NERtcLiveTaskCallback class
直播事件回调通知
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
onAddLiveStreamTask(
String taskId, int errCode) → void -
添加直播任务结果回调
taskId
直播任务 ID -
onDeleteLiveStreamTask(
String taskId, int errCode) → void -
删除直播任务结果回调
taskId
直播任务 ID -
onUpdateLiveStreamTask(
String taskId, int errCode) → void -
更新直播任务结果回调
taskId
直播任务 ID -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited