public class MainHandler extends Object implements NotificationsService.NotificationObserver
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize() |
IUpdatesHandler |
getUpdatesHandler() |
boolean |
isRunning() |
void |
needGetUpdates()
Force getting updates state on next update received
|
void |
onNotificationReceived(int notificationId,
Object... args) |
void |
processUpdates(@NotNull List<UpdateWrapper> updates) |
void |
start() |
public void start()
public boolean isRunning()
public void processUpdates(@NotNull
@NotNull List<UpdateWrapper> updates)
public void needGetUpdates()
public IUpdatesHandler getUpdatesHandler()
public void onNotificationReceived(int notificationId,
Object... args)
onNotificationReceived in interface NotificationsService.NotificationObserverCopyright © 2016. All rights reserved.