Package com.pubmatic.sdk.common.utility
Interface POBTimeoutHandler.POBTimeoutHandlerListener
-
- All Implemented Interfaces:
public interface POBTimeoutHandler.POBTimeoutHandlerListenerInterface definition to notify the time interval completes the delay and timeout is about to happen. Notification will always happens on MainThread
-
-
Method Summary
Modifier and Type Method Description abstract voidonTimeout()-
-
Method Detail
-
onTimeout
@MainThread() abstract void onTimeout()
-
-
-
-