-
- All Implemented Interfaces:
-
android.os.Parcelable
@Serializable() public final class PLYConnection implements Parcelable
Represents a connection in a presentation that defines navigation or action paths. Connections allow custom screens to trigger actions such as navigating to other screens, completing flows, or executing other configured behaviors.
-
-
Constructor Summary
Constructors Constructor Description PLYConnection(String id, Boolean default, List<Action> actions)
-
Method Summary
Modifier and Type Method Description final StringgetId()final BooleangetDefault()final List<Action>getActions()
-