android.support.v7.app.AppCompatCallback |
Known Indirect Subclasses |
Implemented this in order for AppCompat to be able to callback in certain situations.
This should be provided to
create(android.app.Activity, AppCompatCallback)
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called when a support action mode has finished.
| |||||||||||
Called when a support action mode has been started.
|
Called when a support action mode has finished.
mode | The action mode that just finished. |
---|
Called when a support action mode has been started.
mode | The new action mode. |
---|