AppWidgetHostView.PrepareView(View) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prepare the given view to be shown.
[Android.Runtime.Register("prepareView", "(Landroid/view/View;)V", "GetPrepareView_Landroid_view_View_Handler")]
protected virtual void PrepareView (Android.Views.View? view);
[<Android.Runtime.Register("prepareView", "(Landroid/view/View;)V", "GetPrepareView_Landroid_view_View_Handler")>]
abstract member PrepareView : Android.Views.View -> unit
override this.PrepareView : Android.Views.View -> unit
Parameters
- view
- View
- Attributes
Remarks
Prepare the given view to be shown. This might include adjusting FrameLayout.LayoutParams
before inserting.
Java documentation for android.appwidget.AppWidgetHostView.prepareView(android.view.View)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.