A
B
C
D
E
F
G
H
I
J
M
N
O
P
Q
R
S
T
U
V
W
N
- Nas - class in com.naver.ads
- Class contains logic that applies to the Naver Ads Services SDK as a whole.
- NasConsentFlags - class in com.naver.ads.persistence
- NasFlag - class in com.naver.ads.persistence
- Represents the flag value that can be used on the NAS.
- NasFlag.Companion - class in com.naver.ads.persistence.NasFlag
- NasFlag.GetType - class in com.naver.ads.persistence.NasFlag
- The type that determines where to get the value of the NasFlag from.
- NasFlag.GetType.Companion - class in com.naver.ads.persistence.NasFlag.GetType
- NasFlag.PutType - class in com.naver.ads.persistence.NasFlag
- The type that determines how the value is put into the NasFlag.
- NasFlag.PutType.Companion - class in com.naver.ads.persistence.NasFlag.PutType
- NasInitializer - class in com.naver.ads
- NasInitializer can be used to initialize libraries during app startup, without the need to use additional android.content.ContentProvider.
- NasInitializer.InitializerListener - class in com.naver.ads.NasInitializer
- An listener for communication between Nas and user-added NasInitializer implementations.
- NasInitProvider - class in com.naver.ads
- Initializes Naver Ads Services at app startup time.
- NeloErrorCategory - class in com.naver.ads.inspector.neloevent
- NeloReportOptions - class in com.naver.ads
- Defines parameters that control the reporting to NELO
- NETWORK_ERROR - enum entry in com.naver.ads.inspector.neloevent.NeloErrorCategory
- NETWORK_TYPE_2G - enum entry in com.naver.ads.inspector.deviceevent.NetworkType
Network type for a 2G cellular connection.
- NETWORK_TYPE_3G - enum entry in com.naver.ads.inspector.deviceevent.NetworkType
Network type for a 3G cellular connection.
- NETWORK_TYPE_4G - enum entry in com.naver.ads.inspector.deviceevent.NetworkType
Network type for a 4G cellular connection.
- NETWORK_TYPE_5G_NSA - enum entry in com.naver.ads.inspector.deviceevent.NetworkType
Network type for a 5G non-stand-alone (NSA) cellular connection.
- NETWORK_TYPE_5G_SA - enum entry in com.naver.ads.inspector.deviceevent.NetworkType
Network type for a 5G stand-alone (SA) cellular connection.
- NETWORK_TYPE_CELLULAR_UNKNOWN - enum entry in com.naver.ads.inspector.deviceevent.NetworkType
Network type for cellular connections which cannot be mapped to one of NETWORK_TYPE_2G, NETWORK_TYPE_3G, NETWORK_TYPE_4G, NETWORK_TYPE_5G_SA, NETWORK_TYPE_5G_NSA.
- NETWORK_TYPE_ETHERNET - enum entry in com.naver.ads.inspector.deviceevent.NetworkType
Network type for an Ethernet connection.
- NETWORK_TYPE_OFFLINE - enum entry in com.naver.ads.inspector.deviceevent.NetworkType
No network connection.
- NETWORK_TYPE_OTHER - enum entry in com.naver.ads.inspector.deviceevent.NetworkType
Network type for other connections which are not Wifi or cellular (e.g. Bluetooth).
- NETWORK_TYPE_UNKNOWN - enum entry in com.naver.ads.inspector.deviceevent.NetworkType
Unknown network type.
- NETWORK_TYPE_VPN - enum entry in com.naver.ads.inspector.deviceevent.NetworkType
Network type for the VPN.
- NETWORK_TYPE_WIFI - enum entry in com.naver.ads.inspector.deviceevent.NetworkType
Network type for a Wifi connection.
- NetworkType - class in com.naver.ads.inspector.deviceevent
- Network connection type.
- NetworkTypeChangeDetector - class in com.naver.ads.network
- Detector for network type changes.
- NetworkTypeChangeDetector.NetworkTypeChangeCallback - class in com.naver.ads.network.NetworkTypeChangeDetector
- A callback for network type changes.