SebAds class

Properties

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

Methods

next(AdFormat f, {String? appId}) Future<AdModel?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prefetch(AdFormat f, {String? appId}) Future<void>
toString() String
A string representation of this object.
inherited
track(String adId, AdEventType type) → void

Operators

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

Static Properties

instance SebAds
final

Static Methods

init({required String appId, required String endpoint, Duration timeout = const Duration(seconds: 6), int maxRetry = 3, Duration prefetchInterval = const Duration(minutes: 2)}) Future<void>