- notification - 程序包 notification
-
- notify_bigPic(PendingIntent, int, String, String, String, int, boolean, boolean, boolean) - 类 中的方法notification.NotifyUtil
-
容纳大图片的通知
- notify_button(int, int, String, PendingIntent, int, String, PendingIntent, String, String, String, boolean, boolean, boolean) - 类 中的方法notification.NotifyUtil
-
里面有两个按钮的通知
- notify_customview(RemoteViews, PendingIntent, int, String, boolean, boolean, boolean) - 类 中的方法notification.NotifyUtil
-
自定义视图的通知
- notify_HeadUp(PendingIntent, int, int, String, String, String, int, String, PendingIntent, int, String, PendingIntent, boolean, boolean, boolean) - 类 中的方法notification.NotifyUtil
-
- notify_mailbox(PendingIntent, int, int, ArrayList<String>, String, String, String, boolean, boolean, boolean) - 类 中的方法notification.NotifyUtil
-
进行多项设置的通知(在小米上似乎不能设置大图标,系统默认大图标为应用图标)
- notify_normail_moreline(PendingIntent, int, String, String, String, boolean, boolean, boolean) - 类 中的方法notification.NotifyUtil
-
可以容纳多行提示文本的通知信息 (因为在高版本的系统中才支持,所以要进行判断)
- notify_normal_singline(PendingIntent, int, String, String, String, boolean, boolean, boolean) - 类 中的方法notification.NotifyUtil
-
- notify_progress(PendingIntent, int, String, String, String, boolean, boolean, boolean) - 类 中的方法notification.NotifyUtil
-
有进度条的通知,可以设置为模糊进度或者精确进度
- NotifyUtil - notification中的类
-
- NotifyUtil(Context, int) - 类 的构造器notification.NotifyUtil
-