toggle menu
Android-IMKit-SDK
5.12.0
io.rong.imkit
switch theme
search in API
Android-IMKit-SDK
/
io.rong.imkit.utils
/
ToastUtils
/
ToastInterceptor
/
willToast
will
Toast
public
abstract
boolean
willToast
(
Context context
,
CharSequence
text
,
int duration
)
是否拦截
Return
true:不拦截,由 SDK 弹 toast。false:拦截 SDK toast,由 App 自行弹 toast。
Parameters
context
context
text
toast 文本
duration
toast 显示时间