Telephony.TextBasedSmsColumns.Person Field

Definition

Caution

Use 'Android.Provider.Telephony.ITextBasedSmsColumns.Person'. This class will be removed in a future release.

The ID of the sender of the conversation, if present.

[Android.Runtime.Register("PERSON")]
[System.Obsolete("Use 'Android.Provider.Telephony.ITextBasedSmsColumns.Person'. This class will be removed in a future release.")]
public const string Person;
[<Android.Runtime.Register("PERSON")>]
[<System.Obsolete("Use 'Android.Provider.Telephony.ITextBasedSmsColumns.Person'. This class will be removed in a future release.")>]
val mutable Person : string

Field Value

Attributes

Remarks

The ID of the sender of the conversation, if present.

Type: INTEGER (reference to item in content://contacts/people)

Java documentation for android.provider.Telephony.TextBasedSmsColumns.PERSON.

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