C# Class Android.Dialog.AndroidDialogEnumHelper

Afficher le fichier Open project: runegri/Android.Dialog

Méthodes publiques

Свойство Type Description
KeyboardTypeMap InputTypes>.Dictionary
ReturnKeyTypeMap ImeAction>.Dictionary

Méthodes publiques

Méthode Description
ImeActionFromUIReturnKeyType ( this returnKeyType ) : ImeAction
InputTypesFromUIKeyboardType ( this keyboardType ) : InputTypes

Method Details

ImeActionFromUIReturnKeyType() public static méthode

public static ImeActionFromUIReturnKeyType ( this returnKeyType ) : ImeAction
returnKeyType this
Résultat ImeAction

InputTypesFromUIKeyboardType() public static méthode

public static InputTypesFromUIKeyboardType ( this keyboardType ) : InputTypes
keyboardType this
Résultat InputTypes

Property Details

KeyboardTypeMap public_oe static_oe property

public static Dictionary KeyboardTypeMap
Résultat InputTypes>.Dictionary

ReturnKeyTypeMap public_oe static_oe property

public static Dictionary ReturnKeyTypeMap
Résultat ImeAction>.Dictionary