ClickioConsentSdkPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • ClickioConsentSdkPlatform
Implementers

Constructors

ClickioConsentSdkPlatform()

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

cleanup() Future<void>
getACString() Future<String?>
getConsentedGoogleVendors() Future<String?>
getConsentedNonTcfPurposes() Future<String?>
getConsentedOtherLiVendors() Future<String?>
getConsentedOtherVendors() Future<String?>
getConsentedTCFLiPurposes() Future<String?>
getConsentedTCFLiVendors() Future<String?>
getConsentedTCFPurposes() Future<String?>
getConsentedTCFVendors() Future<String?>
getConsentForPurpose({required int purposeId}) Future<String?>
getConsentForVendor({required int vendorId}) Future<String?>
getConsentScope() Future<String?>
getConsentState() Future<String?>
getGoogleConsentMode() Future<String?>
getGPPString() Future<String?>
getTCString() Future<String?>
initialize({required Config config}) Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openDialog({required DialogMode mode, required bool attNeeded}) Future<void>
setLogsMode({required LogsMode mode}) Future<void>
setOnWebClose(WebViewCloseCallback callback) → void
toString() String
A string representation of this object.
inherited
webViewLoadUrl({required String url, required WebViewConfig webViewConfig}) Widget

Operators

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

Static Properties

instance ClickioConsentSdkPlatform
The default instance of ClickioConsentSdkPlatform to use.
getter/setter pair