- init(Application) - Static method in class com.hjq.toast.ToastUtils
-
初始化 Toast,需要在 Application.create 中初始化
- init(Application, IToastStrategy) - Static method in class com.hjq.toast.ToastUtils
-
- init(Application, IToastStyle<?>) - Static method in class com.hjq.toast.ToastUtils
-
- init(Application, IToastStrategy, IToastStyle<?>) - Static method in class com.hjq.toast.ToastUtils
-
初始化 Toast
- intercept(CharSequence) - Method in interface com.hjq.toast.config.IToastInterceptor
-
根据显示的文本决定是否拦截该 Toast
- intercept(CharSequence) - Method in class com.hjq.toast.ToastLogInterceptor
-
- isInit() - Static method in class com.hjq.toast.ToastUtils
-
判断当前框架是否已经初始化
- isLogEnable() - Method in class com.hjq.toast.ToastLogInterceptor
-
- IToast - Interface in com.hjq.toast.config
-
author : Android 轮子哥
github : https://github.com/getActivity/ToastUtils
time : 2021/04/06
desc : Toast 接口
- IToastInterceptor - Interface in com.hjq.toast.config
-
author : Android 轮子哥
github : https://github.com/getActivity/ToastUtils
time : 2019/05/19
desc : Toast 拦截器接口
- IToastStrategy - Interface in com.hjq.toast.config
-
author : Android 轮子哥
github : https://github.com/getActivity/ToastUtils
time : 2019/05/19
desc : Toast 处理策略
- IToastStyle<V extends android.view.View> - Interface in com.hjq.toast.config
-
author : Android 轮子哥
github : https://github.com/getActivity/ToastUtils
time : 2018/09/01
desc : 默认样式接口