A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Z
T
- taskCompleted() - function in com.naver.ads.util.MultiTaskHandler
- The function that should be called when the task completes
- taskFailed(java.lang.String) - function in com.naver.ads.util.MultiTaskHandler
- The function to call when an error occurs in the task
- TextViewUtils - class in com.naver.ads.util
- Miscellaneous TextView utility methods.
- TextViewUtils.TextMeasurementParams - class in com.naver.ads.util.TextViewUtils
- The text measurement parameters.
- toBundle() - function in com.naver.ads.util.SynchronizedBundle
- toIntList(org.json.JSONArray) - function in com.naver.ads.util.json.JSONHelper
- Converts and returns a JSONArray to a List of Int.
- toJSONObject(T) - function in com.naver.ads.util.json.JSONMarshallable
- Returns a JSONObject containing the values of the members of this instance.
- toList(org.json.JSONArray,kotlin.jvm.functions.Function1) - function in com.naver.ads.util.json.JSONHelper
- toMap(org.json.JSONObject) - function in com.naver.ads.util.json.JSONHelper
- toNotBlankStringList(java.lang.String) - function in com.naver.ads.util.CollectionUtils
- Create and return a list of not blank strings from the given args.
- toString() - function in com.naver.ads.collect.SynchronizedCollection
- toStringList(org.json.JSONArray) - function in com.naver.ads.util.json.JSONHelper
- Converts and returns a JSONArray to a List of String.
- toTextMeasurementParams(android.widget.TextView) - function in com.naver.ads.util.TextViewUtils
- Returns parameters for text measurement.
- toTrueOrFalseBoolean(java.lang.Integer) - function in com.naver.ads.util.NumberUtils
- Converts a Int to a Boolean using the convention that greater than 0 is true, otherwise false.
- toTrueOrFalseBoolean(java.lang.String) - function in com.naver.ads.util.StringUtils
- toZeroOrOneInt(java.lang.Boolean) - function in com.naver.ads.util.BooleanUtils
- Converts a Boolean to an Int using the convention that true is 1 and false is 0.
- toZeroOrOneString(java.lang.Boolean) - function in com.naver.ads.util.BooleanUtils
- Converts a Boolean to an String using the convention that true is "1" and false is "0".