Package-level declarations

Types

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

Default target for SHOW_SHOP_LIST_DETAILS: Used if no UI action is set for this specific Event. Takes the current shop as param and pass it to the ShopDetails fragment.

Link copied to clipboard

Displays the details of the selected shop.

Link copied to clipboard

Default target for SHOW_SHOP_LIST EVENT. Used if no UI action is set for this specific Event.

Link copied to clipboard

Displays the ExpandableShopList of the selected shop. Hides back Button in Toolbar if only one project is available. If the back Button needs to displayed extend this class and setDisplayHomeAsUpEnabled to true. To set a custom page title override resource string 'Snabble_Shop_Finder_title'

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