GTAdsManager class
@Author: gstory @CreateDate: 2022/8/16 15:44 @Email gstory0404@gmail.com @Description: 广告管理类
Constructors
- GTAdsManager.new()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
providers
↔ List<
GTAdsProvider> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addProvider(
GTAdsProvider provider) → void - 添加adProvider
-
addProviders(
List< GTAdsProvider> list) → void - 添加adProviders
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeProvider(
String alias) → void - 根据alias移除Provider
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → GTAdsManager
-
no setter