- featureId
- The panel that is being displayed.
- view
- The View that was returned by onCreatePanelView().
- menu
- If onCreatePanelView() returned null, this is the Menu being displayed in the panel.
Documentation for this section has not yet been entered.
Default implementation of NoType:android/view/Window$Callback;Href=../../../reference/android/view/Window.Callback.html#onPreparePanel(int, android.view.View, android.view.Menu) for activities. This calls through to the new Activity.OnPrepareOptionsMenu(Android.Views.IMenu) method for the Android.Views.Window.FEATURE_OPTIONS_PANEL panel, so that subclasses of Activity don't need to deal with feature codes.