Added in API level 11

PhoneticNameStyle

interface PhoneticNameStyle
android.provider.ContactsContract.PhoneticNameStyle

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

Summary

Constants
static Int

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

static Int

Hangul is the Korean phonetic alphabet.

static Int

Pinyin is a phonetic method of entering Chinese characters.

static Int

Constants

JAPANESE

Added in API level 11
static val JAPANESE: Int

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

Value: 4

KOREAN

Added in API level 11
static val KOREAN: Int

Hangul is the Korean phonetic alphabet.

Value: 5

PINYIN

Added in API level 11
static val PINYIN: Int

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

Value: 3

UNDEFINED

Added in API level 11
static val UNDEFINED: Int
Value: 0