Package io.rong.imkit.widget
Class SpeechToTextPopup
-
- All Implemented Interfaces:
public class SpeechToTextPopup
语音文本操作弹窗 - 提供复制和取消转文字功能
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
SpeechToTextPopup.OnActionClickListener
操作点击监听器
-
Constructor Summary
Constructors Constructor Description SpeechToTextPopup(Context context)
-
Method Summary
Modifier and Type Method Description void
setOnActionClickListener(SpeechToTextPopup.OnActionClickListener listener)
设置操作点击监听器 void
showAboveView(View anchorView)
在指定View上方显示弹窗 -
-
Method Detail
-
setOnActionClickListener
void setOnActionClickListener(SpeechToTextPopup.OnActionClickListener listener)
设置操作点击监听器
-
showAboveView
void showAboveView(View anchorView)
在指定View上方显示弹窗
-
-
-
-