C# Class Smeedee.Android.Screens.ServerSettingsPreference

Inheritance: DialogPreference
Show file Open project: Smeedee/Smeedee-Mobile

Public Methods

Method Description
ServerSettingsPreference ( Android.Content.Context context, IAttributeSet attrs ) : System
ServerSettingsPreference ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System
ServerSettingsPreference ( IntPtr doNotUse ) : System

Protected Methods

Method Description
OnBindDialogView ( Android.Views.View view ) : void
OnCreateDialogView ( ) : Android.Views.View
OnDialogClosed ( bool positiveResult ) : void

Method Details

OnBindDialogView() protected method

protected OnBindDialogView ( Android.Views.View view ) : void
view Android.Views.View
return void

OnCreateDialogView() protected method

protected OnCreateDialogView ( ) : Android.Views.View
return Android.Views.View

OnDialogClosed() protected method

protected OnDialogClosed ( bool positiveResult ) : void
positiveResult bool
return void

ServerSettingsPreference() public method

public ServerSettingsPreference ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
return System

ServerSettingsPreference() public method

public ServerSettingsPreference ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System
context Android.Content.Context
attrs IAttributeSet
defStyle int
return System

ServerSettingsPreference() public method

public ServerSettingsPreference ( IntPtr doNotUse ) : System
doNotUse System.IntPtr
return System