是否可以发送除字符串以外的本地通知?例如,我有Slider组件用于指示下载百分比。我可以在本地通知中显示它吗。
LocalNotification n = new LocalNotification();
n.setId("download-notification");
getId = n.getId();
n.setAlertBody("Check notification"); //can i send Slider instead of string?
n.setAlertTitle("Downloading");
答案 0 :(得分:1)
目前无法在git项目中提交RFE