Package com.adobe.marketing.mobile.util
See: Description
-
Class Summary Class Description UrlUtils StringUtils StreamUtils JSONUtils Utility class for JSON objects. EventDataUtils Utility to clone event data which is represented as Map<String, Object>.CloneFailedException Exception thrown by EventDataUtils to indicate that an exception occurred during deep clone. SQLiteUtils DataReader Utility to read data from Eventdata which is represented asMap<String, Object>in a type safe way.MapUtils Utility class for Maps URLBuilder A class providing a better way to construct a url. DataReaderException Exception thrown by DataReader to indicate an error occurred reading object. DefaultPresentationUtilityProvider Default implementation of PresentationUtilityProvider that uses the ServiceProvider to relay the calls to the appropriate services. SerialWorkDispatcher Provides a template for processing a queue of work items serially. -
Enum Summary Enum Description EncodeType State Represents the state of the SerialWorkDispatcher. -
Interface Summary Interface Description WorkHandler Represents the functional interface that is responsible for doing the desired work on each item of the workQueue. -
Object Summary Object Description TimeUtils