FastAdInfoBlocEvent.constentStatusChanged constructor
FastAdInfoBlocEvent.constentStatusChanged(
- ConsentStatus consentStatus
Implementation
FastAdInfoBlocEvent.constentStatusChanged(ConsentStatus consentStatus)
: super(
type: FastAdInfoBlocEventType.constentStatusChanged,
payload: FastAdBlocEventPayload(consentStatus: consentStatus),
);