CallLog.Calls.AssertedDisplayName 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 that stores the asserted display name associated with business call.
[Android.Runtime.Register("ASSERTED_DISPLAY_NAME", ApiSince=35)]
public const string AssertedDisplayName;
[<Android.Runtime.Register("ASSERTED_DISPLAY_NAME", ApiSince=35)>]
val mutable AssertedDisplayName : string
Field Value
- Attributes
Remarks
String that stores the asserted display name associated with business call.
Java documentation for android.provider.CallLog.Calls.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.