consentReviewed

fun consentReviewed(consentObtained: Boolean)

The UI layer should call this when a user has reviewed the consent data.

This can only be called in state State.WAITING_FOR_CONSENT

Parameters

consentObtained

true if consent was obtained, false otherwise.