Stay organized with collections
Save and categorize content based on your preferences.
PhoneticNameStyle
interface 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
static val JAPANESE: Int
Hiragana and Katakana are two common styles of writing out the pronunciation of a Japanese names.
Value: 4
KOREAN
static val KOREAN: Int
Hangul is the Korean phonetic alphabet.
Value: 5
PINYIN
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
static val UNDEFINED: Int
Value: 0
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# ContactsContract.PhoneticNameStyle\n\nAdded in [API level 11](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nPhoneticNameStyle\n=================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/provider/ContactsContract.PhoneticNameStyle \"View this page in Java\") \n\n```\ninterface PhoneticNameStyle\n```\n\n|----------------------------------------------------------|\n| [android.provider.ContactsContract.PhoneticNameStyle](#) |\n\nConstants for various styles of capturing the pronunciation of a person's name.\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------|\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [JAPANESE](#JAPANESE:kotlin.Int) Hiragana and Katakana are two common styles of writing out the pronunciation of a Japanese names. |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [KOREAN](#KOREAN:kotlin.Int) Hangul is the Korean phonetic alphabet. |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [PINYIN](#PINYIN:kotlin.Int) Pinyin is a phonetic method of entering Chinese characters. |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [UNDEFINED](#UNDEFINED:kotlin.Int) \u003cbr /\u003e |\n\nConstants\n---------\n\n### JAPANESE\n\nAdded in [API level 11](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val JAPANESE: Int\n```\n\nHiragana and Katakana are two common styles of writing out the pronunciation of a Japanese names. \n\n Value: 4\n\n### KOREAN\n\nAdded in [API level 11](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val KOREAN: Int\n```\n\nHangul is the Korean phonetic alphabet. \n\n Value: 5\n\n### PINYIN\n\nAdded in [API level 11](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val PINYIN: Int\n```\n\nPinyin is a phonetic method of entering Chinese characters. Typically not explicitly shown in UIs, but used for searches and sorting. \n\n Value: 3\n\n### UNDEFINED\n\nAdded in [API level 11](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val UNDEFINED: Int\n``` \n\n Value: 0"]]