ContactsContract.PhoneticNameStyle.Japanese Field

Definition

Caution

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

Hiragana and Katakana are two common styles of writing out the pronunciation of a Japanese names.

[Android.Runtime.Register("JAPANESE")]
[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 Japanese = 4;
[<Android.Runtime.Register("JAPANESE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.PhoneticNameStyle enum directly instead of this field.", true)>]
val mutable Japanese : Android.Provider.PhoneticNameStyle

Field Value

Value = 4
Attributes

Remarks

Hiragana and Katakana are two common styles of writing out the pronunciation of a Japanese names.

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

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