AdIdInterface class abstract

Implementers

Constructors

AdIdInterface({required String appOpenId, required String bannerId, required String interstitialId, required String interstitialVideoId, required String rewardedId, required String rewardedInterstitialId, required String nativeId, required String nativeAdvancedVideoId})

Properties

appOpenId String
final
bannerId String
final
hashCode int
The hash code for this object.
no setterinherited
interstitialId String
final
interstitialVideoId String
final
nativeAdvancedVideoId String
final
nativeId String
final
rewardedId String
final
rewardedInterstitialId String
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
toString() String
A string representation of this object.
inherited

Operators

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