{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
public final class VerificationModes
Implementations of VerificationMode.
Public constructors |
|
|---|---|
Public methods |
|
|---|---|
static VerificationMode |
Creates a |
static VerificationMode |
times(int times)Creates a |
public static VerificationMode noUnverifiedIntents()
Creates a VerificationMode in which all matching intents must have been previously verified.
public static VerificationMode times(int times)
Creates a VerificationMode in which a specified number of intents must match.