Język

Notification.CallStyle.SetVerificationText Method

Definition

Overloads

Name Description
SetVerificationText(ICharSequence)

Optional text to be displayed with an icon as a verification status of the caller.

SetVerificationText(String)

Optional text to be displayed with an icon as a verification status of the caller.

SetVerificationText(ICharSequence)

Optional text to be displayed with an icon as a verification status of the caller.

[Android.Runtime.Register("setVerificationText", "(Ljava/lang/CharSequence;)Landroid/app/Notification$CallStyle;", "GetSetVerificationText_Ljava_lang_CharSequence_Handler", ApiSince=31)]
public virtual Android.App.Notification.CallStyle SetVerificationText(Java.Lang.ICharSequence? verificationText);
[<Android.Runtime.Register("setVerificationText", "(Ljava/lang/CharSequence;)Landroid/app/Notification$CallStyle;", "GetSetVerificationText_Ljava_lang_CharSequence_Handler", ApiSince=31)>]
abstract member SetVerificationText : Java.Lang.ICharSequence -> Android.App.Notification.CallStyle
override this.SetVerificationText : Java.Lang.ICharSequence -> Android.App.Notification.CallStyle

Parameters

verificationText
ICharSequence

CharSequence: This value may be null.

Returns

This Android.App.Notification.CallStyle instance, allowing calls to be chained.

Attributes

Remarks

Optional text to be displayed with an icon as a verification status of the caller.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026-08-03 UTC.

Android reference for android.app.Notification.CallStyle.setVerificationText.

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

SetVerificationText(String)

Optional text to be displayed with an icon as a verification status of the caller.

public Android.App.Notification.CallStyle SetVerificationText(string? verificationText);
member this.SetVerificationText : string -> Android.App.Notification.CallStyle

Parameters

verificationText
String

CharSequence: This value may be null.

Returns

This Android.App.Notification.CallStyle instance, allowing calls to be chained.

Remarks

Optional text to be displayed with an icon as a verification status of the caller.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026-08-03 UTC.

Android reference for android.app.Notification.CallStyle.setVerificationText.

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