public class LiveEventReporter
extends java.lang.Object
Constructor and Description |
---|
LiveEventReporter(android.content.Context context,
ILivePusher livePusher,
AlivcLivePushConfig pushConfig) |
Modifier and Type | Method and Description |
---|---|
void |
refreshPushId() |
void |
sendEvent(AlivcLivePushConstants.Topic topic,
java.lang.String value,
java.util.Map<java.lang.String,java.lang.String> param) |
void |
sendEventWithLevel(AlivcLivePushConstants.Topic topic,
java.lang.String value,
java.util.Map<java.lang.String,java.lang.String> param,
AlivcLivePushMonitorLevel monitorLevel) |
public LiveEventReporter(android.content.Context context, ILivePusher 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)
public void sendEventWithLevel(AlivcLivePushConstants.Topic topic, java.lang.String value, java.util.Map<java.lang.String,java.lang.String> param, AlivcLivePushMonitorLevel monitorLevel)