Local notification except string in codenameone -


is possible send local notification other string? instance have slider component indicating download percentage. can show in local notification.

    localnotification n = new localnotification();     n.setid("download-notification");     getid = n.getid();     n.setalertbody("check notification"); //can send slider instead of string?     n.setalerttitle("downloading"); 

it not possible @ moment, please file rfe in git project


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -