BusinessMessagingSdkPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • BusinessMessagingSdkPlatform
Implementers

Constructors

BusinessMessagingSdkPlatform()
Constructs a BusinessMessagingSdkPlatform.

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

clearData(String appId) Future<void>
enableLog(bool isLogEnabled) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLocale(String languageCode, String? countryCode) Future<void>
setSessionVariable(String appId, List<Map<String, String>> sessionVariables) Future<void>
setTheme(ZDThemeType type) Future<void>
show(String orgId, String appId, String domain) Future<void>
toString() String
A string representation of this object.
inherited
updateSessionVariable(String orgId, String appId, String domain, List<Map<String, String>> sessionVariables) Future<void>

Operators

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

Static Properties

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