BytedancePangolinPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • BytedancePangolinPlatform
Implementers

Constructors

BytedancePangolinPlatform()
Constructs a BytedancePangolinPlatform.

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

loadBannerAd({required String mCodeId, required bool supportDeepLink, double? expressViewWidth, double? expressViewHeight, bool? isCarousel, int? interval, int? topMargin}) Future
loadFullScreenVideoAd({required String mCodeId, double? expressViewWidth, double? expressViewHeight, int orientation = ORIENTATION_VERTICAL}) Future
loadInterstitialAd({required String mCodeId, double? expressViewWidth, double? expressViewHeight}) Future
loadRewardAd({required String mCodeId, required bool debug, required bool supportDeepLink, required String rewardName, required int rewardAmount, required bool isExpress, double? expressViewAcceptedSizeH, double? expressViewAcceptedSizeW, required dynamic userID, String? mediaExtra, required bool isHorizontal}) Future
loadSplashAd({required String mCodeId, required bool debug}) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register({required String appId, required bool useTextureView, required String appName, required bool allowShowNotify, required bool allowShowPageWhenScreenLock, required bool debug, required bool supportMultiProcess, List<int>? directDownloadNetworkType}) Future<bool?>
removeBannerAd() Future
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance BytedancePangolinPlatform
The default instance of BytedancePangolinPlatform to use.
getter/setter pair