FastAdInfoBlocEvent.constentStatusChanged constructor

FastAdInfoBlocEvent.constentStatusChanged(
  1. ConsentStatus consentStatus
)

Implementation

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