monoandroid
namespace Android.Icu.Lang
{
[Register("android/icu/lang/UCharacter", ApiSince = 24, DoNotGenerateAcw = true)]
public sealed class UCharacter : Object
{
[Obsolete("Use the 'Android.Icu.Lang.UCharacter.IDecompositionType' type. This class will be removed in a future release.")]
[Register("android/icu/lang/UCharacter$DecompositionType", ApiSince = 24, DoNotGenerateAcw = true)]
public abstract class DecompositionType : Object
{
[Obsolete("Use 'Android.Icu.Lang.UCharacter.IDecompositionType.Fraction'. This class will be removed in a future release.")]
[Register("FRACTION", ApiSince = 24)]
public const int Fraction = 6;
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | Use 'Android.Icu.Lang.UCharacter.IDecompositionType.Fraction'. This class will be removed in a future release. |
Platform Restrictions | This framework does not have platform annotations. |