willToast

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 显示时间