monoandroid
namespace Android.Icu.Number
{
[JavaTypeParameters(new[] { "T extends android.icu.number.NumberRangeFormatterSettings<?>" })]
[Register("android/icu/number/NumberRangeFormatterSettings", ApiSince = 30, DoNotGenerateAcw = true)]
public abstract class NumberRangeFormatterSettings : Object
{
[Register("identityFallback", "(Landroid/icu/number/NumberRangeFormatter$RangeIdentityFallback;)Landroid/icu/number/NumberRangeFormatterSettings;", "GetIdentityFallback_Landroid_icu_number_NumberRangeFormatter_RangeIdentityFallback_Handler", ApiSince = 30)]
public virtual Object? IdentityFallback(RangeIdentityFallback? identityFallback);
}
}
.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. |
Platform Restrictions | This framework does not have platform annotations. |