Package ai.nexconn.chatui.config
Interface ChatUIMediaInterceptor.Callback
-
- All Implemented Interfaces:
public interface ChatUIMediaInterceptor.Callback<T>Completion callback for asynchronous interceptor operations.
-
-
Method Summary
Modifier and Type Method Description abstract voidonComplete(T t)Called when the interceptor has finished processing. -
-
Method Detail
-
onComplete
abstract void onComplete(T t)
Called when the interceptor has finished processing.
- Parameters:
t- the result to pass back to the SDK
-
-
-
-