Call.ExtraAssertedDisplayName Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
String value indicating the asserted display name reported via ImsCallProfile#EXTRA_ASSERTED_DISPLAY_NAME.
[Android.Runtime.Register("EXTRA_ASSERTED_DISPLAY_NAME", ApiSince=35)]
public const string ExtraAssertedDisplayName;
[<Android.Runtime.Register("EXTRA_ASSERTED_DISPLAY_NAME", ApiSince=35)>]
val mutable ExtraAssertedDisplayName : string
Field Value
- Attributes
Remarks
String value indicating the asserted display name reported via ImsCallProfile#EXTRA_ASSERTED_DISPLAY_NAME.
Connection#setExtras(Bundle)
or Connection#putExtras(Bundle)
should be used to notify Telecom this extra has been set.
Java documentation for android.telecom.Call.EXTRA_ASSERTED_DISPLAY_NAME
.
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.