Android.Views.KeyCharacterMap.Load Method
Loads the key character maps for the keyboard with the specified device id.

Syntax

[Android.Runtime.Register("load", "(I)Landroid/view/KeyCharacterMap;", "")]
public static KeyCharacterMap Load (int keyboard)

Parameters

deviceId
The device id of the keyboard.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
!:NoType:UnavailableException> if the key character map could not be loaded because it was malformed or the default key character map is missing from the system.

Remarks

Loads the key character maps for the keyboard with the specified device id.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1