ConsentApi

interface ConsentApi

Functions

Link copied to clipboard
abstract fun getConsents(sessionToken: String): Single<List<ConsentGroup>>
Link copied to clipboard
abstract fun setConsents(sessionToken: String, reference: String, response: List<ConsentUserResponse>): Completable