- Inheritance
-
- Object
- PlatformInterface
- GenuinSdkPlatform
- Implementers
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
-
handleBackgroundNotifications(Map<String, dynamic> notificationData)
→ Future<void>
-
-
handleForegroundNotifications(Map<String, dynamic> notificationData)
→ Future<void>
-
-
loadSdk()
→ Future<void>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
pauseCarousel(Map<String, dynamic> embedConfig)
→ Future<void>
-
-
pauseFeed(Map<String, dynamic> embedConfig)
→ Future<void>
-
-
pauseHomeFeed()
→ Future<void>
-
-
pauseStandWall(Map<String, dynamic> embedConfig)
→ Future<void>
-
-
registerFCMToken(String token)
→ Future<void>
-
-
resumeCarousel(Map<String, dynamic> embedConfig)
→ Future<void>
-
-
resumeFeed(Map<String, dynamic> embedConfig)
→ Future<void>
-
-
resumeHomeFeed()
→ Future<void>
-
-
resumeStandWall(Map<String, dynamic> embedConfig)
→ Future<void>
-
-
ssoLogin(String ssoToken)
→ Future<void>
-
-
ssoLogout()
→ Future<void>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
willHandleBackgroundNotifications(Map<String, dynamic> notificationData)
→ Future<bool?>
-
-
willHandleForegroundNotifications(Map<String, dynamic> notificationData)
→ Future<bool?>
-