KeyCharacterMap.Load(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads the key character maps for the keyboard with the specified device id.
[Android.Runtime.Register("load", "(I)Landroid/view/KeyCharacterMap;", "")]
public static Android.Views.KeyCharacterMap? Load (int deviceId);
[<Android.Runtime.Register("load", "(I)Landroid/view/KeyCharacterMap;", "")>]
static member Load : int -> Android.Views.KeyCharacterMap
Parameters
- deviceId
- Int32
The device id of the keyboard.
Returns
The associated key character map.
- Attributes
Remarks
Loads the key character maps for the keyboard with the specified device id.
Java documentation for android.view.KeyCharacterMap.load(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.