Package com.naver.ads.visibility
Interface BackgroundDetector.BackgroundStateChangeCallback
-
- All Implemented Interfaces:
public interface BackgroundDetector.BackgroundStateChangeCallbackA callback for background state changes.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonBackgroundStateChanged(Boolean isBackground)Called when the background state changed. -
-
Method Detail
-
onBackgroundStateChanged
abstract Unit onBackgroundStateChanged(Boolean isBackground)
Called when the background state changed.
-
-
-
-