Aracılığıyla paylaş


Connection.SetCallerDisplayName(String, Presentation) Method

Definition

Sets the caller display name (CNAP).

[Android.Runtime.Register("setCallerDisplayName", "(Ljava/lang/String;I)V", "", ApiSince=23)]
public void SetCallerDisplayName (string? callerDisplayName, Android.Telecom.Presentation presentation);
[<Android.Runtime.Register("setCallerDisplayName", "(Ljava/lang/String;I)V", "", ApiSince=23)>]
member this.SetCallerDisplayName : string * Android.Telecom.Presentation -> unit

Parameters

callerDisplayName
String

The new display name.

presentation
Presentation

The presentation requirements for the handle. See TelecomManager for valid values.

Attributes

Remarks

Sets the caller display name (CNAP).

Java documentation for android.telecom.Connection.setCallerDisplayName(java.lang.String, 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.

Applies to