monoandroid
namespace Android.Provider
{
[Register("android/provider/CalendarContract", DoNotGenerateAcw = true)]
public sealed class CalendarContract : Object
{
[Register("android/provider/CalendarContract$Attendees", DoNotGenerateAcw = true)]
public sealed class Attendees : Object
{
[Register("query", "(Landroid/content/ContentResolver;J[Ljava/lang/String;)Landroid/database/Cursor;", "")]
public static ICursor? Query(ContentResolver? cr, long eventId, string![]? projection);
}
}
}
.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. |