Package-level declarations

Main package containing the configuration singleton and UI components.

Types

Link copied to clipboard

Contains constants used throughout the sdk classes.

Link copied to clipboard
open class LocalitiesAdapter @JvmOverloads constructor(context: Context, val resource: Int, var types: List<LocalitiesTypes>? = null, var componentsCountries: List<String>? = null, var language: String? = null, var location: LatLng? = null, var radius: Int? = null, var data: Data? = null, var customDescription: Map<LocalitiesTypes, String>? = null) : ArrayAdapter<LocalitiesAutocompleteResponse>

You can use this adapter to provide views for an AdapterView. Returns a view for each results returned by LocalitiesService.localitiesAutocomplete and can be used with list-based user interface widgets such as ListView or Spinner.

Link copied to clipboard

An editable text view that shows completion suggestions automatically while the user is typing. The list of suggestions is displayed in a drop down menu from which the user can choose an item to replace the content of the edit box with.

Link copied to clipboard
class MapView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null) : FrameLayout

MapView provides an embeddable map interface.

Link copied to clipboard

Exception fired by Woosmap.initialize if the API Key wasn't set.

Link copied to clipboard
Link copied to clipboard
typealias OnDidFailLoadingMap = () -> Unit
Link copied to clipboard
typealias OnDidFinishLoadingMap = () -> Unit
Link copied to clipboard
typealias OnDidFinishLoadingStyle = () -> Unit
Link copied to clipboard
typealias OnLocationUpdate = (Location) -> Unit
Link copied to clipboard
typealias OnMapClick = (latLng: LatLng) -> Boolean
Link copied to clipboard
open class StoresAdapter @JvmOverloads constructor(context: Context, val resource: Int, var language: String? = null) : ArrayAdapter<AssetAutocompleteResponsePredictionsInner>

You can use this adapter to provide views for an AdapterView. Returns a view for each results returned by StoresService.storeAutocomplete and can be used with list-based user interface widgets such as ListView or Spinner.

Link copied to clipboard

An editable text view that shows completion suggestions automatically while the user is typing. The list of suggestions is displayed in a drop down menu from which the user can choose an item to replace the content of the edit box with.

Link copied to clipboard
class Woosmap

Singleton and Main configuration class