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
Post a Comment