public class LiveEventReporter
extends java.lang.Object
限定符和类型 | 类和说明 |
---|---|
private class |
LiveEventReporter.BaseParamGetCallback |
限定符和类型 | 字段和说明 |
---|---|
private android.content.Context |
mContext |
private AlivcLivePusher |
mLivePusher |
private AlivcLivePushConfig |
mPushConfig |
private java.lang.String |
mPushId |
private java.lang.String |
mSessionId |
构造器和说明 |
---|
LiveEventReporter(android.content.Context context,
AlivcLivePusher livePusher,
AlivcLivePushConfig pushConfig) |
限定符和类型 | 方法和说明 |
---|---|
void |
refreshPushId() |
private void |
sendAsync(LogParams params) |
void |
sendEvent(AlivcLivePushConstants.Topic topic,
java.lang.String value,
java.util.Map<java.lang.String,java.lang.String> param) |
private android.content.Context mContext
private java.lang.String mSessionId
private java.lang.String mPushId
private AlivcLivePusher mLivePusher
private AlivcLivePushConfig mPushConfig
public LiveEventReporter(android.content.Context context, AlivcLivePusher livePusher, AlivcLivePushConfig pushConfig)
public void refreshPushId()
public void sendEvent(AlivcLivePushConstants.Topic topic, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> param)
private void sendAsync(LogParams params)