StatusHints Constructors

Definition

Overloads

StatusHints(ICharSequence, Icon, Bundle)
StatusHints(String, Icon, Bundle)

StatusHints(ICharSequence, Icon, Bundle)

[Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/graphics/drawable/Icon;Landroid/os/Bundle;)V", "", ApiSince=23)]
public StatusHints (Java.Lang.ICharSequence? label, Android.Graphics.Drawables.Icon? icon, Android.OS.Bundle? extras);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/graphics/drawable/Icon;Landroid/os/Bundle;)V", "", ApiSince=23)>]
new Android.Telecom.StatusHints : Java.Lang.ICharSequence * Android.Graphics.Drawables.Icon * Android.OS.Bundle -> Android.Telecom.StatusHints

Parameters

icon
Icon
extras
Bundle
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

StatusHints(String, Icon, Bundle)

[Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/graphics/drawable/Icon;Landroid/os/Bundle;)V", "", ApiSince=23)]
public StatusHints (string? label, Android.Graphics.Drawables.Icon? icon, Android.OS.Bundle? extras);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/CharSequence;Landroid/graphics/drawable/Icon;Landroid/os/Bundle;)V", "", ApiSince=23)>]
new Android.Telecom.StatusHints : string * Android.Graphics.Drawables.Icon * Android.OS.Bundle -> Android.Telecom.StatusHints

Parameters

label
String
icon
Icon
extras
Bundle
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