CustomProgressDescription
public protocol CustomProgressDescription
Describes the metadata associated with a progress event.
-
Detailed information about progress in current step.
Declaration
Swift
var progressDescription: String { get } -
currentStepDefault implementationDescribes which is the current step for an event.
Default Implementation
Declaration
Swift
var currentStep: UInt { get } -
totalStepsDefault implementationDescribes the number of steps for an event.
Default Implementation
Declaration
Swift
var totalSteps: UInt { get }
Install in Dash
CustomProgressDescription Protocol Reference