Share via


ContactsContract.PhoneticNameStyle.Pinyin Field

Definition

Caution

This constant will be removed in the future version. Use Android.Provider.PhoneticNameStyle enum directly instead of this field.

Pinyin is a phonetic method of entering Chinese characters.

[Android.Runtime.Register("PINYIN")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.PhoneticNameStyle enum directly instead of this field.", true)]
public const Android.Provider.PhoneticNameStyle Pinyin = 3;
[<Android.Runtime.Register("PINYIN")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.PhoneticNameStyle enum directly instead of this field.", true)>]
val mutable Pinyin : Android.Provider.PhoneticNameStyle

Field Value

Value = 3
Attributes

Remarks

Pinyin is a phonetic method of entering Chinese characters. Typically not explicitly shown in UIs, but used for searches and sorting.

Java documentation for android.provider.ContactsContract.PhoneticNameStyle.PINYIN.

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