Android.Test.Mock.MockDialogInterface Class
A mock Android.Content.DialogInterface class.

See Also: MockDialogInterface Members

Syntax

[Android.Runtime.Register("android/test/mock/MockDialogInterface", DoNotGenerateAcw=true)]
public class MockDialogInterface : Java.Lang.Object, Android.Content.IDialogInterface, IDisposable

Remarks

A mock Android.Content.DialogInterface class. All methods are non-functional and throw Java.Lang.UnsupportedOperationException. Override it to provide the operations that you need.

[Android Documentation]

Requirements

Namespace: Android.Test.Mock
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1