Language

CallLog.Calls.Uuid Field

Definition

Constant for the UUID column.

[Android.Runtime.Register("UUID", ApiSince=36)]
public const string Uuid;
[<Android.Runtime.Register("UUID", ApiSince=36)>]
val mutable Uuid : string

Field Value

Attributes

Remarks

Constant for the UUID column.

This column contains the UUID generated by Telecom when adding the call, which is a unique identifier associated with a call. Applications can retrieve the value using android.telecom.CallControl#getCallId() during the call session.

Type: TEXT

Java documentation for android.provider.CallLog.Calls.UUID.

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