pangle_flutter library

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
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)
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.