Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static interface

ContactsContract.PhoneticNameStyle

android.provider.ContactsContract.PhoneticNameStyle

Class Overview

Constants for various styles of capturing the pronunciation of a person's name.

Summary

Constants
int JAPANESE Hiragana and Katakana are two common styles of writing out the pronunciation of a Japanese names.
int KOREAN Hangul is the Korean phonetic alphabet.
int PINYIN Pinyin is a phonetic method of entering Chinese characters.
int UNDEFINED

Constants

public static final int JAPANESE

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

Constant Value: 4 (0x00000004)

public static final int KOREAN

Hangul is the Korean phonetic alphabet.

Constant Value: 5 (0x00000005)

public static final int PINYIN

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

Constant Value: 3 (0x00000003)

public static final int UNDEFINED

Constant Value: 0 (0x00000000)