C# 클래스 Android.Dialog.AndroidDialogEnumHelper

파일 보기 프로젝트 열기: runegri/Android.Dialog

공개 프로퍼티들

프로퍼티 타입 설명
KeyboardTypeMap InputTypes>.Dictionary
ReturnKeyTypeMap ImeAction>.Dictionary

공개 메소드들

메소드 설명
ImeActionFromUIReturnKeyType ( this returnKeyType ) : ImeAction
InputTypesFromUIKeyboardType ( this keyboardType ) : InputTypes

메소드 상세

ImeActionFromUIReturnKeyType() 공개 정적인 메소드

public static ImeActionFromUIReturnKeyType ( this returnKeyType ) : ImeAction
returnKeyType this
리턴 ImeAction

InputTypesFromUIKeyboardType() 공개 정적인 메소드

public static InputTypesFromUIKeyboardType ( this keyboardType ) : InputTypes
keyboardType this
리턴 InputTypes

프로퍼티 상세

KeyboardTypeMap 공개적으로 정적으로 프로퍼티

public static Dictionary KeyboardTypeMap
리턴 InputTypes>.Dictionary

ReturnKeyTypeMap 공개적으로 정적으로 프로퍼티

public static Dictionary ReturnKeyTypeMap
리턴 ImeAction>.Dictionary