{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

VerificationModes

class VerificationModes


Implementations of VerificationMode.

Summary

Public constructors

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 constructors

VerificationModes

VerificationModes()

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.