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

Latest commit

 

History

History
115 lines (81 loc) · 2.54 KB

File metadata and controls

115 lines (81 loc) · 2.54 KB
id title
4EC70E7D-A58E-4987-9C09-FFA690898658
Mono.Android.dll

Mono.Android.dll

Namespace Android.AccessibilityServices

Type Changed: Android.AccessibilityServices.AccessibilityServiceInfo

Added method:

	public static string FeedbackTypeToString (FeedbackFlags feedbackType);

Namespace Android.Media

Type Changed: Android.Media.AudioAttributes

Added property:

	public AudioUsageKind Usage { get; }

Type Changed: Android.Media.AudioAttributes.Builder

Added method:

	public virtual AudioAttributes.Builder SetUsage (AudioUsageKind usage);

Namespace Android.OS

Type Changed: Android.OS.Build

Type Changed: Android.OS.Build.VERSION_CODES

Removed field:

	public static const int L;

Namespace Android.Runtime

Type Changed: Android.Runtime.RegisterAttribute

Added property:

	public int ApiSince { get; set; }

New Type Android.Runtime.IntDefAttribute

public class IntDefAttribute : System.Attribute, System.Runtime.InteropServices._Attribute {
	// constructors
	public IntDefAttribute ();
	// properties
	public string[] Fields { get; set; }
	public bool Flag { get; set; }
	public string Type { get; set; }
}

New Type Android.Runtime.IntDefinitionAttribute

public class IntDefinitionAttribute : System.Attribute, System.Runtime.InteropServices._Attribute {
	// constructors
	public IntDefinitionAttribute (string constantMember);
	// properties
	public string ConstantMember { get; set; }
}

New Type Android.Runtime.StringDefAttribute

public class StringDefAttribute : System.Attribute, System.Runtime.InteropServices._Attribute {
	// constructors
	public StringDefAttribute ();
	// properties
	public string[] Fields { get; set; }
	public string Type { get; set; }
}

Namespace Android.Service.Voice

Type Changed: Android.Service.Voice.AlwaysOnHotwordDetector

Added property:

	public virtual RecognitionMode SupportedRecognitionModes { get; }

Namespace Java.Interop

New Type Java.Interop.JavaTypeParametersAttribute

public class JavaTypeParametersAttribute : System.Attribute, System.Runtime.InteropServices._Attribute {
	// constructors
	public JavaTypeParametersAttribute (string[] typeParameters);
	// properties
	public string[] TypeParameters { get; set; }
}