public abstract class UniChatEventListener
extends okhttp3.sse.EventSourceListener
| Constructor and Description |
|---|
UniChatEventListener() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPlatform() |
abstract void |
onData(UniChatResponse chatResposne) |
void |
onEvent(okhttp3.sse.EventSource eventSource,
String id,
String type,
String data) |
void |
setPlatform(String platform) |
public void setPlatform(String platform)
public String getPlatform()
public void onEvent(okhttp3.sse.EventSource eventSource,
String id,
String type,
String data)
onEvent in class okhttp3.sse.EventSourceListenerpublic abstract void onData(UniChatResponse chatResposne)
Copyright © 2026. All rights reserved.