Added in API level 11

FullNameStyle

interface FullNameStyle
android.provider.ContactsContract.FullNameStyle

Constants for various styles of combining given name, family name etc into a full name. For example, the western tradition follows the pattern 'given name' 'middle name' 'family name' with the alternative pattern being 'family name', 'given name' 'middle name'. The CJK tradition is 'family name' 'middle name' 'given name', with Japanese favoring a space between the names and Chinese omitting the space.

Summary

Constants
static Int

static Int

Used if the name is written in Hanzi/Kanji/Hanja and we could not determine which specific language it belongs to: Chinese, Japanese or Korean.

static Int

static Int

static Int

static Int

Constants

CHINESE

Added in API level 11
static val CHINESE: Int
Value: 3

CJK

Added in API level 11
static val CJK: Int

Used if the name is written in Hanzi/Kanji/Hanja and we could not determine which specific language it belongs to: Chinese, Japanese or Korean.

Value: 2

JAPANESE

Added in API level 11
static val JAPANESE: Int
Value: 4

KOREAN

Added in API level 11
static val KOREAN: Int
Value: 5

UNDEFINED

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

WESTERN

Added in API level 11
static val WESTERN: Int
Value: 1