S2OfferwallFlutterPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- S2OfferwallFlutterPlatform
- Implementers
Constructors
- S2OfferwallFlutterPlatform()
- Constructs a S2offerwallFlutterPlatform.
Properties
-
events
→ Stream<
Map< String, dynamic> > -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onInitCompleted
→ Stream<
bool> -
no setter
-
onLoginRequested
→ Stream<
String> -
no setter
-
onPermissionRequested
→ Stream<
String> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
closeAll(
) → Future< void> -
closeTop(
) → Future< void> -
getPlatformVersion(
) → Future< String?> -
getUserName(
) → Future< String> -
initSdk(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openAdItem(
int advId, bool needDetail, String placementFrom) → Future< void> -
presentATTPopup(
) → Future< void> -
requestOfferwallData(
String placementName, bool isEmbeded) → Future< String> -
resetUserName(
) → Future< void> -
setAppId(
String appId) → Future< void> -
setAppIdForAndroid(
String appId) → Future< void> -
setAppIdForIOS(
String appId) → Future< void> -
setConsentDialogRequired(
bool required) → Future< void> -
setUserName(
String username, [String displayName = ""]) → Future< void> -
showOfferwall(
String placementName) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ S2OfferwallFlutterPlatform
-
The default instance of S2OfferwallFlutterPlatform to use.
getter/setter pair