interface VerifiableIntent : ResolvedIntent


A ResolvedIntent that can be marked as verified.

Summary

Public functions

Boolean

Returns true if this recorded intent has been verified.

Unit

Marks this recorded intent as verified.

Inherited functions

From androidx.test.espresso.intent.ResolvedIntent
Boolean
canBeHandledBy(appPackage: String!)

Returns true if this recorded intent can be handled by an activity in the given package.

Intent!

Returns the underlying Intent.

Public functions

hasBeenVerified

fun hasBeenVerified(): Boolean

Returns true if this recorded intent has been verified.

markAsVerified

fun markAsVerified(): Unit

Marks this recorded intent as verified.