Interface POBUseCustomCloseListener
-
- All Implemented Interfaces:
public interface POBUseCustomCloseListenerInterface to be implemented by classes that need to perform operations based on custom close state in creative.
-
-
Method Summary
Modifier and Type Method Description abstract UnituseCustomClose(Boolean value)Notifies whether a custom close button in creative is enabled or not. -
-
Method Detail
-
useCustomClose
abstract Unit useCustomClose(Boolean value)
Notifies whether a custom close button in creative is enabled or not.
- Parameters:
value- A boolean indicating whether the custom close button is enabled or not.
-
-
-
-