Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Extension of the MutableLiveData acting as single-shot observable event. Once a new data value is set, then the attached observer is notified only once. Note that only one observer is going to be notified of changes.

Link copied to clipboard

Provides user preference for the locale and system of measurement.

Link copied to clipboard

Provides mapping between Android's Location and the GeoLocation

Link copied to clipboard
class ResourcesProvider(context: Context, defaultLocale: Locale = LocaleProvider.getLocale(context))

Provides access to resources in an easier way.

Link copied to clipboard
object Uris

Helper class that facilitates in creation of Uris.

Functions

Link copied to clipboard

Retrieves the Uri value for string based attribute at index.

Properties

Link copied to clipboard

GO SDK equivalent of Context.getFilesDir where go sdk files should be stored to avoid collision with client app files that may endup in the files dir as well.