public abstract class LCIMConversationCallback extends com.tapsdk.lc.callback.LCCallback<Void>
| 构造器和说明 |
|---|
LCIMConversationCallback() |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
done(LCIMException e)
Override this function with the code you want to run after the save is complete.
|
protected void |
internalDone0(Void returnValue,
com.tapsdk.lc.LCException e) |
public abstract void done(LCIMException e)
e - The exception raised by the save, or null if it succeeded.Copyright © 2024. All rights reserved.