public interface AppCompatCallback
This should be provided to
AppCompatDelegate.create(android.app.Activity, AppCompatCallback)
.
Modifier and Type | Method and Description |
---|---|
void |
onSupportActionModeFinished(ActionMode mode)
Called when a support action mode has finished.
|
void |
onSupportActionModeStarted(ActionMode mode)
Called when a support action mode has been started.
|
ActionMode |
onWindowStartingSupportActionMode(ActionMode.Callback callback)
Called when a support action mode is being started for this window.
|
void onSupportActionModeStarted(ActionMode mode)
mode
- The new action mode.void onSupportActionModeFinished(ActionMode mode)
mode
- The action mode that just finished.@Nullable ActionMode onWindowStartingSupportActionMode(ActionMode.Callback callback)
callback
- Callback to control the lifecycle of this action mode