Interface IGdprConfig
public interface IGdprConfig
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionclone()
long
int
boolean
boolean
void
setCooldownTime
(long value) void
setDataInclusionType
(int value) void
setNotificationEnabled
(IUserPrivacyService.NotificationType type, boolean value) void
setPrivacyEnabled
(boolean value)
-
Field Details
-
PRIVACY_PROPS
-
-
Method Details
-
isPrivacyEnabled
boolean isPrivacyEnabled() -
setPrivacyEnabled
void setPrivacyEnabled(boolean value) -
getCooldownTime
long getCooldownTime() -
setCooldownTime
void setCooldownTime(long value) -
getNotificationConfig
-
getNotificationSubject
-
getNotificationTextTemplate
-
getNotificationHtmlTemplate
-
isNotificationEnabled
-
setNotificationEnabled
-
getDataInclusionType
int getDataInclusionType() -
setDataInclusionType
void setDataInclusionType(int value) -
clone
- Throws:
CloneNotSupportedException
-