A
B
C
D
E
F
G
H
I
J
M
N
O
P
Q
R
S
T
U
V
W
H
- handleClick(android.content.Context,java.lang.String) - function in com.naver.ads.util.ClickHandler
- Handles the response for a ad that has been clicked.
- handleClick(android.content.Context,java.lang.String) - function in com.naver.ads.util.CustomTabsClickHandler
- Handles the response for a ad that has been clicked.
- handleClick(android.content.Context,java.lang.String) - function in com.naver.ads.util.DefaultClickHandler
- Handles the response for a ad that has been clicked.
- hashCode() - function in com.naver.ads.network.raw.BufferedHttpResponse
- hashCode() - function in com.naver.ads.network.raw.HttpRequestProperties
- headers(com.naver.ads.network.raw.HttpHeaders) - function in com.naver.ads.network.raw.HttpRequestProperties.Builder
- Sets the HttpHeaders.
- headers(kotlin.Pair) - function in com.naver.ads.network.raw.HttpRequestProperties.Builder
- Sets the pairs of header consisting of a name and a value
- HTTP - enum entry in com.naver.ads.network.raw.HttpScheme
scheme for non-secure HTTP connection.
- HttpCallback - class in com.naver.ads.network.raw
- the callback type to notify the result of an http requests.
- HttpClient - class in com.naver.ads.network.raw
- HttpHeader - class in com.naver.ads.network.raw
- Represents an HTTP header field.
- HttpHeaders - class in com.naver.ads.network.raw
- A data structure representing HTTP request or response headers, mapping String header names to a list of String values, also offering accessors for common application-level data types.
- HttpMethod - class in com.naver.ads.network.raw
- Enumeration of HTTP methods supported by Request.
- HttpRequest - class in com.naver.ads.network.raw
- An HTTP request.
- HttpRequestProperties - class in com.naver.ads.network.raw
- Defines the properties for HttpRequest.
- HttpRequestProperties.Builder - class in com.naver.ads.network.raw.HttpRequestProperties
- Builder for HttpRequestProperties instances.
- HttpResponse - class in com.naver.ads.network.raw
- The type representing response of HttpRequest.
- HTTPS - enum entry in com.naver.ads.network.raw.HttpScheme
scheme for secure HTTP connection.
- HttpScheme - class in com.naver.ads.network.raw
- Defines the common schemes used for the HTTP protocol.
- HttpScheme.Companion - class in com.naver.ads.network.raw.HttpScheme
- HttpUrlBuilder - class in com.naver.ads.network.raw
- Builder for valid HTTP url.