Package-level declarations

Types

Link copied to clipboard
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.

Link copied to clipboard
fun Uri.toUri(): URI

Creates URI from given android Uri.

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.