Package com.naver.ads.util
See: Description
-
Object Summary Object Description BooleanUtils Miscellaneous Boolean utility methods. CalendarUtils Utilities methods for manipulating dates in iso8601 format. CollectionUtils Miscellaneous Collection utility methods. ColorUtils Miscellaneous Colorutility methods.DeviceUtils DeviceUtils stores general device information. ExceptionUtils Utility methods for Exception MeasureUtils Utility methods for measure of View NumberUtils Miscellaneous Number utility methods. ReflectionCompat Utility methods for reflection with java compatibilities. ReflectionUtils Utility methods for calling methods and accessing fields reflectively. StringUtils Miscellaneous String utility methods. TextViewUtils Miscellaneous TextView utility methods. Validate Static convenience methods that help a method or constructor check whether it was invoked correctly (whether its preconditions have been met). ViewUtils Miscellaneous View utility methods. WebViewUtils Miscellaneous android.webkit.WebView utility methods. -
Class Summary Class Description MultiTaskHandler Helper class for handling multiple asynchronous tasks. Once Delegate class to implement properties that can be set only once. OneTimeAction Action that can only be executed once. ClassParameter Typed parameter used with reflective method calls. RepeatableAction Repeat the action until stop is called. SynchronizedBundle Decorates Bundle to synchronize its behavior for a multithreaded environment. SynchronizedProperty Decorates KProperty to synchronize its behavior for a multithreaded environment. TextMeasurementParams The text measurement parameters. -
Interface Summary Interface Description OneTimeActionCallback Represents implementation of OneTimeAction. RepeatableActionCallback Represents implementation of RepeatableAction.