SfmcPluginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • SfmcPluginPlatform
Implementers

Constructors

SfmcPluginPlatform()

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

addTag(String? tag) Future<bool?>
getContactKey() Future<String?>
getTags() Future<List<String>>
initialize({String? appId, String? accessToken, String? mid, String? sfmcURL, String? senderId, bool? locationEnabled, bool? inboxEnabled, bool? analyticsEnabled, bool? delayRegistration}) Future<bool?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeTag(String? tag) Future<bool?>
setContactKey(String? contactKey) Future<bool?>
setPushEnabled(bool? enabled) Future<bool?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance SfmcPluginPlatform
getter/setter pair