KeyboardShortcutGroup Constructors

Definition

Overloads

KeyboardShortcutGroup(ICharSequence)
KeyboardShortcutGroup(String)
KeyboardShortcutGroup(ICharSequence, IList<KeyboardShortcutInfo>)
KeyboardShortcutGroup(String, IList<KeyboardShortcutInfo>)

KeyboardShortcutGroup(ICharSequence)

[Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;)V", "", ApiSince=24)]
public KeyboardShortcutGroup (Java.Lang.ICharSequence? label);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;)V", "", ApiSince=24)>]
new Android.Views.KeyboardShortcutGroup : Java.Lang.ICharSequence -> Android.Views.KeyboardShortcutGroup

Parameters

label
ICharSequence

The title to be used for this group, or null if there is none.

Attributes

Remarks

Java documentation for android.view.KeyboardShortcutGroup.KeyboardShortcutGroup(java.lang.CharSequence).

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

KeyboardShortcutGroup(String)

[Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;)V", "", ApiSince=24)]
public KeyboardShortcutGroup (string? label);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;)V", "", ApiSince=24)>]
new Android.Views.KeyboardShortcutGroup : string -> Android.Views.KeyboardShortcutGroup

Parameters

label
String
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

KeyboardShortcutGroup(ICharSequence, IList<KeyboardShortcutInfo>)

[Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Ljava/util/List;)V", "", ApiSince=24)]
public KeyboardShortcutGroup (Java.Lang.ICharSequence? label, System.Collections.Generic.IList<Android.Views.KeyboardShortcutInfo> items);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Ljava/util/List;)V", "", ApiSince=24)>]
new Android.Views.KeyboardShortcutGroup : Java.Lang.ICharSequence * System.Collections.Generic.IList<Android.Views.KeyboardShortcutInfo> -> Android.Views.KeyboardShortcutGroup

Parameters

label
ICharSequence

The title to be used for this group, or null if there is none.

items
IList<KeyboardShortcutInfo>

The set of items to be included.

Attributes

Remarks

Java documentation for android.view.KeyboardShortcutGroup.KeyboardShortcutGroup(java.lang.CharSequence, java.util.List<android.view.KeyboardShortcutInfo>).

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

KeyboardShortcutGroup(String, IList<KeyboardShortcutInfo>)

[Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Ljava/util/List;)V", "", ApiSince=24)]
public KeyboardShortcutGroup (string? label, System.Collections.Generic.IList<Android.Views.KeyboardShortcutInfo> items);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Ljava/util/List;)V", "", ApiSince=24)>]
new Android.Views.KeyboardShortcutGroup : string * System.Collections.Generic.IList<Android.Views.KeyboardShortcutInfo> -> Android.Views.KeyboardShortcutGroup

Parameters

label
String
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