AppLovinAds class

Class contains logic that applies to the Google Mobile Ads SDK as a whole.

Right now, the only methods in it are used for initialization.

See instance.

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

getRequestConfiguration() Future<RequestConfiguration>
Get the current RequestConfiguration.
initialize(String sdkKey, String geoedgeSdkKey, int geoedgeSdkKeyTimeoutInSeconds) Future<AppLovinInitializationStatus>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAppMuted(bool muted) Future<void>
Sets whether the app is muted.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance AppLovinAds
Shared instance to initialize the AdMob SDK.
no setter