Interface PopupUpdater
public interface PopupUpdater
Represents popup's updater.
-
Method Summary
-
Method Details
-
update
boolean update()Tries to update.- Returns:
- whether updating is success
-
getIndex
int getIndex()Gets index.- Returns:
- index
-
setIndex
void setIndex(int index) Sets index priority.- Parameters:
index- new index
-
remove
void remove()Removes this popup.
-