VerificationModes
public final class VerificationModes
Implementations of VerificationMode.
Summary
Public methods |
|
|---|---|
static VerificationMode |
Creates a |
static VerificationMode |
times(int times)Creates a |
Public methods
noUnverifiedIntents
public static VerificationMode noUnverifiedIntents()
Creates a VerificationMode in which all matching intents must have been previously verified.
times
public static VerificationMode times(int times)
Creates a VerificationMode in which a specified number of intents must match.