PlaceActionProvider.OnChangedListener

public fun interface PlaceActionProvider.OnChangedListener


Listener for place action changes. This listener is registered by the widget. The client may call onPlaceActionsChanged() to notify the widget of changes to the place actions.

Summary

Public methods

abstract void

Called when the place actions change.

Public methods

onPlaceActionsChanged

abstract void onPlaceActionsChanged()

Called when the place actions change.