GenuinSdkPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • GenuinSdkPlatform
Implementers

Constructors

GenuinSdkPlatform()
Constructs a GenuinSdkPlatform.

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?>

Operators

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

Static Properties

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