GuideShowcaseManager class

Bridges the GuideOrchestrator to the showcaseview engine.

Owns the single seam to the package: registers the ShowcaseView controller, starts a showcase when a guide is routed, maps each step's flat (RN-shaped) config into a ShowcasePresentation for DigiaAnchor, routes button taps (next / back / dismiss / links) and emits lifecycle analytics.

Constructors

GuideShowcaseManager({required GuideOrchestrator orchestrator, required AnchorRegistry registry, required EngageEventEmitter events(), required DwellTracker dwell, required String? screenName()})

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

handleAction(GuideAction action) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
presentationFor(String anchorKey) ShowcasePresentation?
The presentation for anchorKey under the active guide, or null when no guide is active or no step targets this anchor.
toString() String
A string representation of this object.
inherited

Operators

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