IOSConfig class

Constructors

IOSConfig({required String appId, PangleLogLevel? logLevel, int? coppa, int? gdpr, String? idfa})
Register the ad config for iOS
const

Properties

appId String
final
coppa int?
final
gdpr int?
final
hashCode int
The hash code for this object.
no setterinherited
idfa String?
final
logLevel PangleLogLevel?
final
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
toJSON() Map<String, dynamic>
Convert config to json
toString() String
A string representation of this object.
inherited

Operators

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