SfmcPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- SfmcPlatform
- Implementers
Constructors
- SfmcPlatform.new()
- Constructs a SfmcPlatform.
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< void> -
clearAttribute(
String key) → Future< void> -
disableLogging(
) → Future< void> -
disablePush(
) → Future< void> -
enableLogging(
) → Future< void> -
enablePush(
) → Future< void> -
getAttributes(
) → Future< Map< String, String> > -
getContactKey(
) → Future< String?> -
getDeviceId(
) → Future< String?> -
getSystemToken(
) → Future< String?> -
getTags(
) → Future< List< String> > -
isAnalyticsEnabled(
) → Future< bool> -
isPiAnalyticsEnabled(
) → Future< bool> -
isPushEnabled(
) → Future< bool?> -
logSdkState(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeTag(
String tag) → Future< void> -
setAnalyticsEnabled(
bool analyticsEnabled) → Future< void> -
setAttribute(
String key, String value) → Future< void> -
setContactKey(
String contactKey) → Future< void> -
setPiAnalyticsEnabled(
bool analyticsEnabled) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
trackEvent(
Map< String, dynamic> eventJson) → Future<void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ SfmcPlatform
-
getter/setter pair