public final class VerificationModes


Implementations of VerificationMode.

Summary

Public methods

static VerificationMode

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

static VerificationMode
times(int times)

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

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.