Package com.naver.ads
Interface NasInitializer.InitializerListener
-
- All Implemented Interfaces:
public interface NasInitializer.InitializerListenerAn listener for communication between Nas and user-added NasInitializer implementations.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonReceivedIgnoreFragmentLifecycleStates(Set<FragmentLifecycleState> ignoreFragmentLifecycleStates)abstract UnitonReceivedExtras(Bundle extras)-
-
Method Detail
-
onReceivedIgnoreFragmentLifecycleStates
abstract Unit onReceivedIgnoreFragmentLifecycleStates(Set<FragmentLifecycleState> ignoreFragmentLifecycleStates)
-
onReceivedExtras
abstract Unit onReceivedExtras(Bundle extras)
-
-
-
-