Package com.pubmatic.sdk.webrendering.ui
Interface POBOnSkipOptionUpdateListener
-
- All Implemented Interfaces:
public interface POBOnSkipOptionUpdateListenerInterface definition to Notify skip option is about to appear on the view.
-
-
Method Summary
Modifier and Type Method Description abstract voidonSkipOptionUpdate(boolean isEnable)Notifies when skip option appears on the view. -
-
Method Detail
-
onSkipOptionUpdate
abstract void onSkipOptionUpdate(boolean isEnable)
Notifies when skip option appears on the view.
- Parameters:
isEnable- boolean to tell if skip option is enabled or not
-
-
-
-