MockDialogInterface
open class MockDialogInterface : DialogInterface
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.
Summary
Public constructors
MockDialogInterface
MockDialogInterface()
Public methods
cancel
open fun cancel(): Unit
Deprecated: Deprecated in Java.
dismiss
open fun dismiss(): Unit
Deprecated: Deprecated in Java.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-04-04 UTC.