ToastUtils

public final class ToastUtils

toast 工具类,SDK 内部 toast 通过该类弹出。

App 可以通过 setInterceptor 设置拦截器来拦截 SDK toast

Author

rongcloud

Constructors

Link copied to clipboard
public void ToastUtils()

Types

Link copied to clipboard
public interface ToastInterceptor
SDK IMKit toast 拦截器

Functions

Link copied to clipboard
public static void setInterceptor(ToastUtils.ToastInterceptor interceptor)
设置 toast 拦截器
Link copied to clipboard
public static void show(Context context, CharSequence text, int duration)
弹出 toast,受 setInterceptor 影响