Package com.naver.ads.network
Interface NetworkTypeChangeDetector.NetworkTypeChangeCallback
-
- All Implemented Interfaces:
public interface NetworkTypeChangeDetector.NetworkTypeChangeCallbackA callback for network type changes.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonNetworkTypeChanged(NetworkType networkType)Called when the network type changed or when the listener is first registered. -
-
Method Detail
-
onNetworkTypeChanged
abstract Unit onNetworkTypeChanged(NetworkType networkType)
Called when the network type changed or when the listener is first registered.
-
-
-
-