monoandroid
namespace Android.Provider
{
[Register("android/provider/CalendarContract", DoNotGenerateAcw = true)]
public sealed class CalendarContract : Object
{
[Obsolete("Use the 'Android.Provider.CalendarContract.ICalendarAlertsColumns' type. This class will be removed in a future release.")]
[Register("android/provider/CalendarContract$CalendarAlertsColumns", DoNotGenerateAcw = true)]
public abstract class CalendarAlertsColumns : Object
{
[Obsolete("Use 'Android.Provider.CalendarContract.ICalendarAlertsColumns.Begin'. This class will be removed in a future release.")]
[Register("BEGIN")]
public const string! Begin = "begin";
}
}
}
.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.Provider.CalendarContract.ICalendarAlertsColumns.Begin'. This class will be removed in a future release. |
Platform Restrictions | This framework does not have platform annotations. |