- savedInstanceState
- If this dialog is being reinitalized after a the hosting activity was previously shut down, holds the result from the most recent call to Dialog.OnSaveInstanceState, or null if this is the first time.
Similar to Activity.OnCreate(Android.OS.Bundle), you should initialize your dialog in this method, including calling Dialog.SetContentView(Android.Views.View).