pangle_flutter library

Classes

AndroidBannerConfig
AndroidBannerView
AndroidConfig
AndroidDeviceInfo
Version values of the current Android operating system build derived from android.os.Build.VERSION.
AndroidDirectDownloadNetworkType
available network type for downloading type ad.
AndroidFeedConfig
AndroidFeedView
AndroidFullscreenVideoConfig
AndroidInterstitialConfig
AndroidNativeBannerConfig
AndroidRewardedVideoConfig
AndroidSplashConfig
AndroidSplashView
BannerView
BannerViewController
Controls a BannerView.
BannerViewState
FeedView
FeedViewController
Controls a FeedView.
FeedViewState
IOSBannerConfig
IOSConfig
IOSDeviceInfo
Version values of the current IOS operating system build derived from android.os.Build.VERSION.
IOSFeedConfig
IOSFullscreenVideoConfig
IOSInterstitialConfig
IOSRewardedVideoConfig
IOSSplashConfig
PangleAd
信息流响应信息
PangleExpressSize
expect size
PangleHelper
PangleLocation
GPS location
PanglePlugin
Pangle Ad Plugin
PangleResult
插件返回的结果
PangleSize
image size
PangleSplashResult
PangleVerifyResult
SplashView
SplashViewController
Controls a SplashView.
SplashViewState
SurfaceAndroidBannerView
Android BannerViewPlatform that uses AndroidViewSurface to build the BannerView widget.
SurfaceAndroidFeedView
Android FeedViewPlatform that uses AndroidViewSurface to build the FeedView widget.
SurfaceAndroidSplashView
Android SplashViewPlatform that uses AndroidViewSurface to build the SplashView widget.

Enums

AndroidTitleBarTheme
title bar theme for land page, only android works.
PangleAuthorizationStatus
PangleImgSize
Pick image size for ad From v0.2.0 not works for express ads.
PangleLoadingType
The type of loading ads.
PangleLogLevel
log level, only ios works.
PangleOrientation
PangleSplashCloseType
PangleTheme

Constants

kPangleSize → const double
default size

Properties

kPangleScreenHeight double
final
kPangleScreenWidth double
final
pangle PanglePlugin
final

Typedefs

BannerViewCreatedCallback = void Function(BannerViewController controller)
Optional callback invoked when a web view is first created. controller is the BannerViewController for the created banner view.
FeedViewCreatedCallback = void Function(FeedViewController controller)
Optional callback invoked when a web view is first created. controller is the FeedViewController for the created feed view.
PangleEventCallback = void Function(String event)
PangleMessageCallback = dynamic Function(int code, String message)
PangleOptionCallback = dynamic Function(String message, bool enforce)
PangleSplashCloseTypeCallback = dynamic Function(PangleSplashCloseType type)
SizeCallback = void Function(Map params)
params contain width, height.
SplashViewCreatedCallback = void Function(SplashViewController controller)
Optional callback invoked when a web view is first created. controller is the SplashViewController for the created splash view.