ProdegePlayPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • ProdegePlayPlatform
Implementers

Constructors

ProdegePlayPlatform()

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

hasAcceptedUsagePermission() Future<bool>
hideOfferwall() Future
init(String apiKey, String secretKey, {ProdegePlayOptions? options}) Future
isInitialized() Future<bool>
isOfferwallVisible() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestUsagePermission() Future
showOfferwall({ProdegePlayOfferwallClosedCallback? offerwallClosedCallback}) Future
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance ProdegePlayPlatform
getter/setter pair