IabtcfConsentInfoPlatform class abstract

Platform interface fo the IAB TCF consent info plugin.

Inheritance
  • Object
  • PlatformInterface
  • IabtcfConsentInfoPlatform

Constructors

IabtcfConsentInfoPlatform()
Constructor to enforce that implementation extend IabtcfConsentInfoPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rawConsentInfo() Stream<Map<String, dynamic>>
Stream which emits the raw IABTCF consent information (every key starts with IABTCF_), every time it changes. The platform implementation must send one initial updated, when the stream is being listened to.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance IabtcfConsentInfoPlatform
The platform specific implementation of IabtcfConsentInfoPlatform.
getter/setter pair