MokonePlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • MokonePlatform
Implementers

Constructors

MokonePlatform.new()
Constructs a MokonePlatform.

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

enableProductionEnvironment(bool isProdEnv) Future<void>
handleBannerClick(String url) Future<void>
initMokSdk(bool isProdEnv, int duration, int maxDisplayedIAMs) Future<void>
isNotificationPermissionGranted() Future<bool?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openNotificationSettings() Future<void>
requestCarouselData() Future<String?>
requestFcmToken() Future<String?>
requestIAMFromServerAndShow() Future<void>
requestLogEvent(String userId, String eventName, Map<String, dynamic>? params) Future<String?>
requestLogoutUser() Future<bool?>
requestNotificationPermission() Future<void>
requestUpdateUser(String userId, Map<String, dynamic>? userData) Future<String?>
requestUserId() Future<String?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance MokonePlatform
The default instance of MokonePlatform to use.
getter/setter pair