PlaceActionController

public interface PlaceActionController

Known direct subclasses
AdvancedPlaceDetailsCompactFragment

A compact fragment that displays information about a place.

AdvancedPlaceDetailsFragment

A fragment that displays information about a place.

AdvancedPlaceListFragment

A fragment that displays a list of places.

AdvancedPlaceSearchFragment

A fragment displays a list of places generated from either a text search or a nearby search request.


Interface implemented by widgets that support custom place actions.

Clients can use this interface to set a PlaceActionProvider on the widget to customize the actions displayed.

Summary

Public methods

abstract void

Sets the PlaceActionProvider to be used by the widget.

Public methods

setPlaceActionProvider

@MainThread
abstract void setPlaceActionProvider(PlaceActionProvider placeActionProvider)

Sets the PlaceActionProvider to be used by the widget.

The provider is responsible for providing the actions to be displayed and notifying the widget of any changes.

Parameters
PlaceActionProvider placeActionProvider

The provider to set.