WorkflowDecodable

public protocol WorkflowDecodable

Aspects of the described FlowRepresentable needed to dynamically generate metadata from the Workflow Data Scheme. Only types conforming to WorkflowDecodable will be able to be decoded from data.

Available where Self: UIViewController & FlowRepresentable

  • decodeLaunchStyle(named:) Default implementation

    Default Implementation

    Decodes a LaunchStyle from a string.

    Declaration

    Swift

    public static func decodeLaunchStyle(named name: String) throws -> LaunchStyle

Available where Self: FlowRepresentable & View