Method | Description | |
---|---|---|
onCreateInputMethodInterface ( ) : global::android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl | ||
onCreateInputMethodSessionInterface ( ) : global::android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl | ||
onKeyDown ( int arg0, android arg1 ) : bool | ||
onKeyLongPress ( int arg0, android arg1 ) : bool | ||
onKeyMultiple ( int arg0, int arg1, android arg2 ) : bool | ||
onKeyUp ( int arg0, android arg1 ) : bool |
Method | Description | |
---|---|---|
AbstractInputMethodService_ ( ) | ||
AbstractInputMethodService_ ( global @__env ) |
public onCreateInputMethodInterface ( ) : global::android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl | ||
return | global::android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodImpl |
public onCreateInputMethodSessionInterface ( ) : global::android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl | ||
return | global::android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl |
public onKeyDown ( int arg0, android arg1 ) : bool | ||
arg0 | int | |
arg1 | android | |
return | bool |
public onKeyLongPress ( int arg0, android arg1 ) : bool | ||
arg0 | int | |
arg1 | android | |
return | bool |
public onKeyMultiple ( int arg0, int arg1, android arg2 ) : bool | ||
arg0 | int | |
arg1 | int | |
arg2 | android | |
return | bool |
public onKeyUp ( int arg0, android arg1 ) : bool | ||
arg0 | int | |
arg1 | android | |
return | bool |