MethodChannelGenuinSdk class

An implementation of GenuinSdkPlatform that uses method channels.

Inheritance

Constructors

MethodChannelGenuinSdk()

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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