TeadsAdPlacementSettings class

Constructors

TeadsAdPlacementSettings()

Properties

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

Methods

addExtras(String value, String key) Future<void>
Add extra data to Teads inApp SDK
disableBatteryMonitoring() Future<void>
iOS only. Unauthorize Teads SDK from recording battery status.
disableCrashMonitoring() Future<void>
Disable crash monitoring. It will collect Teads crashes by default.
disableTeadsAudioSessionManagement() Future<void>
iOS only. Disable teads audio session management. You will need to handle the audio session manually.
enableDebug() Future<void>
This enable debug logging for Teads inApp SDK.
enableLocation() Future<void>
Android only. This will enable location for Teads inApp SDK
hideBrowserUrl() Future<void>
Android only. Hide the website url in the internal browser only. The url is visible by default.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setUsPrivacy(String consent) Future<void>
The CCPA consent string, should match the IAB specifications.
toolBarBackgroundColor(int color) Future<void>
Android only. Set the toolbar background color on the browser.
toString() String
A string representation of this object.
inherited
useLightEndScreen() Future<void>
Android only. This will allow Teads inApp SDK to display endscreen with light color
userConsent(String subjectToGDPR, String consent, {TCFVersion tcfVersion = TCFVersion.v2, int cmpSdkID = 0}) Future<void>
The GDPR status and consent, should match the IAB specifications.

Operators

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