MethodChannelSfmcPlugin class
An implementation of SfmcPluginPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- SfmcPluginPlatform
- MethodChannelSfmcPlugin
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addTag(
String? tag) → Future< bool?> -
override
-
getContactKey(
) → Future< String?> -
override
-
getTags(
) → Future< List< String> > -
override
-
initialize(
{String? appId, String? accessToken, String? mid, String? sfmcURL, String? senderId, bool? locationEnabled, bool? inboxEnabled, bool? analyticsEnabled, bool? delayRegistration}) → Future< bool?> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeTag(
String? tag) → Future< bool?> -
override
-
setContactKey(
String? contactKey) → Future< bool?> -
override
-
setPushEnabled(
bool? enabled) → Future< bool?> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited