monoandroid
namespace Android.Provider
{
[Register("android/provider/VoicemailContract", DoNotGenerateAcw = true)]
public class VoicemailContract : Object
{
[Register("android/provider/VoicemailContract$Status", DoNotGenerateAcw = true)]
public sealed class Status : Object
{
[Register("QUOTA_TOTAL", ApiSince = 24)]
public const string! QuotaTotal = "quota_total";
}
}
}
.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. |