public interface IGdprConfig
Modifier and Type | Interface and Description |
---|---|
static class |
IGdprConfig.DataInclusionType |
Modifier and Type | Field and Description |
---|---|
static List<String> |
PRIVACY_PROPS |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
long |
getCooldownTime() |
int |
getDataInclusionType() |
IGdprNotification |
getNotificationConfig(IUserPrivacyService.NotificationType type) |
String |
getNotificationHtmlTemplate(IUserPrivacyService.NotificationType type) |
String |
getNotificationSubject(IUserPrivacyService.NotificationType type) |
String |
getNotificationTextTemplate(IUserPrivacyService.NotificationType type) |
boolean |
isNotificationEnabled(IUserPrivacyService.NotificationType type) |
boolean |
isPrivacyEnabled() |
void |
setCooldownTime(long value) |
void |
setDataInclusionType(int value) |
void |
setNotificationEnabled(IUserPrivacyService.NotificationType type,
boolean value) |
void |
setPrivacyEnabled(boolean value) |
boolean isPrivacyEnabled()
void setPrivacyEnabled(boolean value)
long getCooldownTime()
void setCooldownTime(long value)
IGdprNotification getNotificationConfig(IUserPrivacyService.NotificationType type)
String getNotificationSubject(IUserPrivacyService.NotificationType type)
String getNotificationTextTemplate(IUserPrivacyService.NotificationType type)
String getNotificationHtmlTemplate(IUserPrivacyService.NotificationType type)
boolean isNotificationEnabled(IUserPrivacyService.NotificationType type)
void setNotificationEnabled(IUserPrivacyService.NotificationType type, boolean value)
int getDataInclusionType()
void setDataInclusionType(int value)
Object clone() throws CloneNotSupportedException
CloneNotSupportedException