定期检查通知时间间隔,如果有通知,则通知用户

时间:2016-06-01 09:30:57

标签: push-notification notifications apple-push-notifications android-notifications uilocalnotification

我正在使用大图片通知来通知。我需要检查数据库是否存在任何新消息....如果存在则必须发送通知。任何人都可以帮助我。

    if(true1==true) 
    {            
           runnable = new Runnable() {
           public void run() {
           shownotification();
           notification
           }}
       };
    }
    handler.postAtTime(runnable, interval);
    handler.postDelayed(runnable, interval);

0 个答案:

没有答案