ConsentCache

interface ConsentCache

Functions

Link copied to clipboard
abstract fun getAllConsentGroups(): Observable<List<ConsentGroup>>
Link copied to clipboard
abstract fun getConsentGroupByIdentifier(identifier: String): Observable<ConsentGroup>
Link copied to clipboard
abstract fun saveConsentGroups(consentGroups: List<ConsentGroup>): Completable