Protocol
ActivityIndicatorType
ActivityIndicatorTypes are responsible for drawing / rendering the current ActivityIndicatorState to the Console.protocol ActivityIndicatorType : Sendable
Overview
ActivityIndicators are created from an instance of ActivityIndicatorType and control the implementation behind calling the ActivityIndicatorType for ActivityIndicatorState changes.
See the ActivityBar protocol which is based off of this protocol.
Topics
Instance Methods
Relationships
Inherits From
Swift.SendableSwift.SendableMetatype
Inherited By
Conforming Types
See Also
Activity
class ActivityIndicatorAn instance of aActivityIndicatorTypethat can be started, failed, and succeeded.enum ActivityIndicatorStatePossible states to draw / render andActivityIndicatorType.protocol ActivityBarAnActivityIndicatorTypethat renders an activity bar on a single line.struct LoadingBarLoading-style implementation ofActivityBar.struct ProgressBarProgress-style implementation ofActivityBar.struct CustomActivityAn activity indicator with customizable frames and success and failure messages.