- view
- The view to be added to this window.
- params
- The LayoutParams to assign to view.
Assign the passed LayoutParams to the passed View and add the view to the window.
Throws Android.Views.WindowManagerBadTokenException for certain programming errors, such as adding a second view to a window without removing the first view.
Throws Android.Views.WindowManagerInvalidDisplayException if the window is on a secondary Android.Views.Display and the specified display can't be found (see Android.App.Presentation).