Share via


SimPhonebookContract.SimRecords.Name Field

Definition

The name for this record.

[Android.Runtime.Register("NAME", ApiSince=31)]
public const string Name;
[<Android.Runtime.Register("NAME", ApiSince=31)>]
val mutable Name : string

Field Value

Attributes

Remarks

The name for this record.

An IllegalArgumentException will be thrown by insert and update if this exceeds the maximum supported length. Use #getEncodedNameLength(ContentResolver, String) to check how long the name will be after encoding.

Java documentation for android.provider.SimPhonebookContract.SimRecords.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.

Applies to