Consent
1.1.0
jvm
Consent
/
dk.ds.consent.domain
/
ConsentCache
Consent
Cache
interface
ConsentCache
Members
Functions
get
All
Consent
Groups
Link copied to clipboard
abstract
fun
getAllConsentGroups
(
)
:
Observable
<
List
<
ConsentGroup
>
>
get
Consent
Group
By
Identifier
Link copied to clipboard
abstract
fun
getConsentGroupByIdentifier
(
identifier
:
String
)
:
Observable
<
ConsentGroup
>
save
Consent
Groups
Link copied to clipboard
abstract
fun
saveConsentGroups
(
consentGroups
:
List
<
ConsentGroup
>
)
:
Completable