MethodChannelIdwiseFlutter class

An implementation of IdwiseFlutterPlatform that uses method channels.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
journeyCallbacks IDWiseSDKJourneyCallbacks?
getter/setter pair
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
methodChannelHandler Future?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stepCallbacks IDWiseSDKStepCallbacks?
getter/setter pair

Methods

finishDynamicJourney() → void
override
getJourneySummary({required dynamic journeySummary}) → void
override
getPlatformVersion() Future<String?>
override
initialize(String clientKey, IDWiseSDKTheme theme, {required dynamic onError(String error)}) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resumeDynamicJourney(String journeyDefinitionId, String journeyId, String locale, IDWiseSDKJourneyCallbacks journeyCallbacks, IDWiseSDKStepCallbacks stepCallbacks) → void
override
skipStep(String stepId) → void
override
startDynamicJourney(String journeyDefinitionId, String referenceNo, String locale, IDWiseSDKJourneyCallbacks journeyCallbacks, IDWiseSDKStepCallbacks stepCallbacks) → void
override
startJourney(String journeyDefinitionId, String referenceNo, String locale, IDWiseSDKJourneyCallbacks journeyCallbacks) → void
override
startStep(String stepId) → void
override
toString() String
A string representation of this object.
inherited
unloadSDK() → void
override

Operators

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