Study Android 的通知功能

basic Notification:
https://developer.android.com/guide/topics/ui/notifiers/notifications.html#ManageChannels

1.小圖(必要):"單白色+透明底"的正方形icon (android 5.0 up)
https://developer.android.com/guide/practices/ui_guidelines/icon_design_status_bar.html
2.Title(必要):
只能顯示一行,文字形式
3.Text(必要)
只能顯示一行,文字形式

Expandable Notification:
https://developer.android.com/training/notify-user/expanded.html

除了basic notification外有的功能外還能:
1.放一張大圖
2.放多行文字(5120 characters (5KB)),可使用html格式化文字
3.可在通知中回對話

留言

熱門文章