AiutaNavigationScreen

Base navigation screen for Fashion SDK flows.

Each screen has a unique ID for navigation tracking and can define custom transitions. Implementers should define their specific screens as sealed class hierarchies.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Analytics page ID emitted when exiting this screen

Link copied to clipboard
val id: String

Unique identifier for this screen instance (auto-generated)

Link copied to clipboard

Whether this screen should be saved to backstack when navigating away from it. Override to return false for screens like Splash, Onboarding, etc.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard

Defines custom animation transition for this screen.