Class RefreshTimerTask
java.lang.Object
org.prebid.mobile.rendering.utils.helpers.RefreshTimerTask
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddestroy()voidscheduleRefreshTask(int interval) Cancels previous timer (if any) and creates a new one with the given interval in ms
-
Constructor Details
-
RefreshTimerTask
-
-
Method Details
-
scheduleRefreshTask
public void scheduleRefreshTask(int interval) Cancels previous timer (if any) and creates a new one with the given interval in ms- Parameters:
interval- value in milliseconds
-
cancelRefreshTimer
public void cancelRefreshTimer() -
destroy
public void destroy()
-