Android.Provider.ContactsContract.FullNameStyle.Cjk Field
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

Syntax

[Android.Runtime.Register("CJK")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.FullNameStyle enum directly instead of this field.")]
public const FullNameStyle Cjk

Remarks

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.

[Android Documentation]

Requirements

Namespace: Android.Provider
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11