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