allConsentablesAllowed

@Deprecated(message = "The name of this method is not entirely clear on its execution.To avoid a breaking change, this one has been deprecated and another one has been implemented that executes the same functionality.This method will be removed in future releases", replaceWith = @ReplaceWith(imports = {}, expression = "this.isAllConsentablesAllowed"), level = DeprecationLevel.WARNING)
public abstract Boolean allConsentablesAllowed()

Deprecated

The name of this method is not entirely clear on its execution.To avoid a breaking change, this one has been deprecated and another one has been implemented that executes the same functionality.This method will be removed in future releases

Replace with

this.isAllConsentablesAllowed

Finds out whether all consent items have been accepted by the user

Return

true if all are consentables allowed false otherwise