C# Class Android.Dialog.AndroidDialogEnumHelper

Show file Open project: runegri/Android.Dialog

Public Properties

Property Type Description
KeyboardTypeMap InputTypes>.Dictionary
ReturnKeyTypeMap ImeAction>.Dictionary

Public Methods

Method Description
ImeActionFromUIReturnKeyType ( this returnKeyType ) : ImeAction
InputTypesFromUIKeyboardType ( this keyboardType ) : InputTypes

Method Details

ImeActionFromUIReturnKeyType() public static method

public static ImeActionFromUIReturnKeyType ( this returnKeyType ) : ImeAction
returnKeyType this
return ImeAction

InputTypesFromUIKeyboardType() public static method

public static InputTypesFromUIKeyboardType ( this keyboardType ) : InputTypes
keyboardType this
return InputTypes

Property Details

KeyboardTypeMap public static property

public static Dictionary KeyboardTypeMap
return InputTypes>.Dictionary

ReturnKeyTypeMap public static property

public static Dictionary ReturnKeyTypeMap
return ImeAction>.Dictionary