Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

Latest commit

 

History

History
165 lines (86 loc) · 2.67 KB

File metadata and controls

165 lines (86 loc) · 2.67 KB
id title
07D37A55-BDE5-4688-B3B3-3CB37B4B8D9D
Mono.Android.dll

Mono.Android.dll

Namespace Android.App

Type Changed: Android.App.DatePickerDialog

Type Changed: Android.App.DatePickerDialog.DateSetEventArgs

Added property:

public int Month { get; }

New Type Android.App.UiAutomationFlags

[Serializable]
public enum UiAutomationFlags {
	None = 0,
}

Namespace Android.App.Admin

New Type Android.App.Admin.UserManagementFlags

[Serializable]
public enum UserManagementFlags {
	None = 0,
}

Namespace Android.Service.Notification

New Type Android.Service.Notification.ConditionFlags

[Serializable]
public enum ConditionFlags {
	None = 0,
}

Namespace Java.Interop

New Type Java.Interop.JavaInterfaceDefaultMethodAttribute

public sealed class JavaInterfaceDefaultMethodAttribute : System.Attribute {
	// constructors
	public JavaInterfaceDefaultMethodAttribute ();
}

Namespace Javax.Xml.Datatype

Type Changed: Javax.Xml.Datatype.XMLGregorianCalendar

Modified properties:

public virtual int Millisecond { get; set; }

Added method:

public virtual void SetMillisecond (int millisecond);

Namespace Xamarin.Android.Net

Type Changed: Xamarin.Android.Net.AndroidHttpResponseMessage

Added constructor:

public AndroidHttpResponseMessage (Java.Net.URL javaUrl, Java.Net.HttpURLConnection httpConnection);

Added method:

protected override void Dispose (bool disposing);

New Namespace Android.App.Job

New Type Android.App.Job.TriggerContentUriFlags

[Serializable]
public enum TriggerContentUriFlags {
	None = 0,
}

New Namespace Android.Icu.Lang

New Type Android.Icu.Lang.FoldCaseOptions

[Serializable]
public enum FoldCaseOptions {
	None = 0,
}

New Type Android.Icu.Lang.TitlecaseOptions

[Serializable]
public enum TitlecaseOptions {
	None = 0,
}