ScatesdkFlutterPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- ScatesdkFlutterPlatform
- Implementers
Constructors
- ScatesdkFlutterPlatform.new()
- Constructs a ScatesdkFlutterPlatform.
Properties
-
eventsStream
→ Stream<
String> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
AddListener(
String name) → Future< void> -
ATTPermissionDenied(
) → Future< void> -
ATTPermissionGranted(
) → Future< void> -
ATTPromptShown(
) → Future< void> -
BannerAdShown(
) → Future< void> -
CloseOnboarding(
) → Future< void> -
ClosePaidProductLoadingScreen(
) → Future< void> -
ClosePaywall(
) → Future< void> -
DailyStreakClaimed(
) → Future< void> -
DailyStreakClosed(
) → Future< void> -
DailyStreakShown(
) → Future< void> -
Event(
String name) → Future< void> -
EventWithValue(
String name, String value) → Future< void> -
FeatureClicked(
String feature) → Future< void> -
GetRemoteConfig(
String key, String defaultValue) → Future< String?> -
Init(
String appID) → Future< void> -
InterstitialAdClosed(
) → Future< void> -
InterstitialAdShown(
) → Future< void> -
LocationPermissionDenied(
) → Future< void> -
LocationPermissionGranted(
) → Future< void> -
LoginSuccess(
String source) → Future< void> -
ManuallyTriggerDidBecomeActive(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
NotificationPermissionDenied(
) → Future< void> -
NotificationPermissionGranted(
) → Future< void> -
OnboardingFinish(
) → Future< void> -
OnboardingStart(
) → Future< void> -
OnboardingStep(
String step) → Future< void> -
PaywallAttempted(
String paywall) → Future< void> -
PaywallCancelled(
String paywall) → Future< void> -
PaywallClosed(
String paywall) → Future< void> -
PaywallPurchased(
String paywall) → Future< void> -
PaywallShown(
String paywall) → Future< void> -
RemoveListener(
String name) → Future< void> -
RewardedAdClaimed(
) → Future< void> -
RewardedAdClosed(
) → Future< void> -
RewardedAdShown(
) → Future< void> -
SetAdid(
String adid) → Future< void> -
ShowEventList(
) → Future< void> -
ShowOnboarding(
String jsonString) → Future< void> -
ShowPaidProductLoadingScreen(
) → Future< void> -
ShowPaywall(
String jsonString) → Future< void> -
TabClicked(
String tab) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ ScatesdkFlutterPlatform
-
The default instance of ScatesdkFlutterPlatform to use.
getter/setter pair