- id
- The id of the managed dialog.
- dialog
- The dialog.
- args
- The dialog arguments provided to Activity.ShowDialog(int, Android.OS.Bundle).
Provides an opportunity to prepare a managed dialog before it is being shown. The default implementation calls through to Activity.OnPrepareDialog(int, Android.App.Dialog) for compatibility.
Override this if you need to update a managed dialog based on the state of the application each time it is shown. For example, a time picker dialog might want to be updated with the current time. You should call through to the superclass's implementation. The default implementation will set this Activity as the owner activity on the Dialog.