monoandroid
namespace Android.Provider
{
[Register("android/provider/CalendarContract", DoNotGenerateAcw = true)]
public sealed class CalendarContract : Object
{
[Register("ACTION_HANDLE_CUSTOM_EVENT")]
public const string! ActionHandleCustomEvent = "android.provider.calendar.action.HANDLE_CUSTOM_EVENT";
}
}
.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. |