Keyboard.Row Constructors

Definition

Overloads

Keyboard.Row(Keyboard)
Obsolete.
Keyboard.Row(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

Keyboard.Row(Resources, Keyboard, XmlReader)
Obsolete.

Keyboard.Row(Keyboard)

Caution

deprecated

[Android.Runtime.Register(".ctor", "(Landroid/inputmethodservice/Keyboard;)V", "")]
[System.Obsolete("deprecated")]
public Row (Android.InputMethodServices.Keyboard? parent);
[<Android.Runtime.Register(".ctor", "(Landroid/inputmethodservice/Keyboard;)V", "")>]
[<System.Obsolete("deprecated")>]
new Android.InputMethodServices.Keyboard.Row : Android.InputMethodServices.Keyboard -> Android.InputMethodServices.Keyboard.Row

Parameters

parent
Keyboard
Attributes

Remarks

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.

Applies to

Keyboard.Row(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected Row (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.InputMethodServices.Keyboard.Row : nativeint * Android.Runtime.JniHandleOwnership -> Android.InputMethodServices.Keyboard.Row

Parameters

javaReference
IntPtr

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

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.

Applies to

Keyboard.Row(Resources, Keyboard, XmlReader)

Caution

deprecated

[Android.Runtime.Register(".ctor", "(Landroid/content/res/Resources;Landroid/inputmethodservice/Keyboard;Landroid/content/res/XmlResourceParser;)V", "")]
[System.Obsolete("deprecated")]
public Row (Android.Content.Res.Resources? res, Android.InputMethodServices.Keyboard? parent, System.Xml.XmlReader? parser);
[<Android.Runtime.Register(".ctor", "(Landroid/content/res/Resources;Landroid/inputmethodservice/Keyboard;Landroid/content/res/XmlResourceParser;)V", "")>]
[<System.Obsolete("deprecated")>]
new Android.InputMethodServices.Keyboard.Row : Android.Content.Res.Resources * Android.InputMethodServices.Keyboard * System.Xml.XmlReader -> Android.InputMethodServices.Keyboard.Row

Parameters

res
Resources
parent
Keyboard
parser
XmlReader
Attributes

Remarks

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.

Applies to