RSDOverviewStep
public protocol RSDOverviewStep : RSDStandardPermissionsStep, RSDUIStep
RSDOverviewStep extends the RSDUIStep to include general overview information about an activity
including what permissions are required by this task. Without these preconditions, the task cannot
measure or collect the data needed for this task.
-
The icons that are used to define the list of things you will need for an active task.
Declaration
Swift
var icons: [RSDIconInfo]? { get }
View on GitHub
RSDOverviewStep Protocol Reference