| android.support.wearable.view.ActionChooserView.ActionChooserListener |
Interface for receiving callbacks about options chosen from an ActionChooserView.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Called when an option has been chosen.
| |||||||||||
Called to update the percentage an item has been selected
| |||||||||||
Called when an option has been chosen.
| option | the option chosen. see OPTION_START and OPTION_END.
|
|---|
Called to update the percentage an item has been selected
| percent | the progress of an item being selected, ranging from 0 to 1. |
|---|