MethodChannelSfmc class

Inheritance

Constructors

MethodChannelSfmc.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addTag(String tag) Future<void>
override
clearAttribute(String key) Future<void>
override
disableLogging() Future<void>
override
disablePush() Future<void>
override
enableLogging() Future<void>
override
enablePush() Future<void>
override
getAttributes() Future<Map<String, String>>
override
getContactKey() Future<String?>
override
getDeviceId() Future<String?>
override
getSystemToken() Future<String?>
override
getTags() Future<List<String>>
override
isAnalyticsEnabled() Future<bool>
override
isPiAnalyticsEnabled() Future<bool>
override
isPushEnabled() Future<bool?>
override
logSdkState() Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeTag(String tag) Future<void>
override
setAnalyticsEnabled(bool analyticsEnabled) Future<void>
override
setAttribute(String key, String value) Future<void>
override
setContactKey(String contactKey) Future<void>
override
setPiAnalyticsEnabled(bool analyticsEnabled) Future<void>
override
toString() String
A string representation of this object.
inherited
trackEvent(Map<String, dynamic> eventJson) Future<void>
override

Operators

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