public interface EventSubCallback
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onReceiveLog(java.lang.String eventSubId,
int status,
java.util.List<EventLog> logs)
onReceiveLog called when sdk receive any response of the target subscription. logs will be
parsed by the user through the ABI module.
|
void onReceiveLog(java.lang.String eventSubId,
int status,
java.util.List<EventLog> logs)
eventSubId - the event sub task id.status - the status that peer response to sdk.logs - logs from the message.