public interface YmktConsentService
| Modifier and Type | Method and Description |
|---|---|
boolean |
getUserConsent(java.lang.String consentId)
Consent verification for current session user.
|
boolean |
getUserConsent(java.lang.String customerId,
java.lang.String consentId)
Consent verification for provided customer.
|
boolean getUserConsent(java.lang.String consentId)
consentId - Property prefix of yMKT consent Id.true if the user has consent, false otherwise.boolean getUserConsent(java.lang.String customerId,
java.lang.String consentId)
customerId - Value of Customer.customerID.consentId - Value of yMKT ConsentTemplate.id.true if the customer has consent, false otherwise.Copyright © 2018 SAP SE. All Rights Reserved.