VerificationModes
class VerificationModes
Implementations of VerificationMode.
Summary
Public functions |
|
|---|---|
java-static VerificationMode! |
Creates a |
java-static VerificationMode! |
Creates a |
Public functions
noUnverifiedIntents
java-static fun noUnverifiedIntents(): VerificationMode!
Creates a VerificationMode in which all matching intents must have been previously verified.
times
java-static fun times(times: Int): VerificationMode!
Creates a VerificationMode in which a specified number of intents must match.