SFMCSDK class

Constructors

SFMCSDK()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

platformVersion Future<String?>
no setter

Static Methods

clearAttribute(String attrName) Future<bool?>
disableLocationWatching() Future<bool?>
disablePush() Future<bool?>
disableVerbose() Future<bool?>
enableLocationWatching() Future<bool?>
enablePush() Future<bool?>
enableVerbose() Future<bool?>
getDeviceIdentifier() Future<String?>
getDeviceToken() Future<String?>
pushEnabled() Future<bool?>
removeTag(String tagName) Future<bool?>
sdkState() Future<String?>
setAttribute(String attrName, String attrValue) Future<bool?>
setContactKey(String contactKey) Future<bool?>
setDeviceToken(String deviceToken) Future<bool?>
setTag(String tagName) Future<bool?>
setupSFMC({String? appId, String? accessToken, String? mid, String? sfmcURL, String? senderId, bool? locationEnabled, bool? inboxEnabled, bool? analyticsEnabled, bool? delayRegistration}) Future<bool?>