DialogPreference.OnBindDialogView(View) Method

Definition

Binds views in the content View of the dialog to data.

[Android.Runtime.Register("onBindDialogView", "(Landroid/view/View;)V", "GetOnBindDialogView_Landroid_view_View_Handler")]
protected virtual void OnBindDialogView (Android.Views.View? view);
[<Android.Runtime.Register("onBindDialogView", "(Landroid/view/View;)V", "GetOnBindDialogView_Landroid_view_View_Handler")>]
abstract member OnBindDialogView : Android.Views.View -> unit
override this.OnBindDialogView : Android.Views.View -> unit

Parameters

view
View

The content View of the dialog, if it is custom.

Attributes

Remarks

Binds views in the content View of the dialog to data.

Make sure to call through to the superclass implementation.

Java documentation for android.preference.DialogPreference.onBindDialogView(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.

Applies to