静态 Public 成员函数 | |
| static void | showToast (Context context, String text) |
| static void | showToast (Context context, int resId) |
| static void | showToastInThread (Context context, int resId) |
| static void | showToastInThread (Context context, String text) |
静态 Public 属性 | |
| static final int | SHOW_TOAST = 0 |
静态 Private 属性 | |
| static Context | mContext = null |
| static Handler | baseHandler |
© 2012 amsoft.cn 名称:AbToastUtil.java 描述:Toast工具类.
|
inlinestatic |
描述:Toast提示文本.
| text | 文本 |
|
inlinestatic |
描述:Toast提示文本.
| resId | 文本的资源ID |
|
inlinestatic |
描述:在线程中提示文本信息.
| resId | 要提示的字符串资源ID,消息what值为0, |
|
inlinestatic |
描述:在线程中提示文本信息.
| toast | 消息what值为0 |
|
staticprivate |
主要Handler类,在线程中可用 what:0.提示文本信息
|
staticprivate |
上下文.
|
static |
显示Toast.
1.8.8