class VerificationModes


Implementations of VerificationMode.

Summary

Public functions

java-static VerificationMode!

Creates a VerificationMode in which all matching intents must have been previously verified.

java-static VerificationMode!
times(times: Int)

Creates a VerificationMode in which a specified number of intents must match.

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.