RSDStandardPermissionsStep
public protocol RSDStandardPermissionsStep : RSDPermissionsConfiguration, RSDStep
RSDPermissionsStep
extends the RSDUIStep
to include information about an activity including
what permissions are required by this step or task. Without these preconditions, the task cannot
measure or collect the data needed for this task.
-
The permissions used by this task.
Declaration
Swift
var standardPermissions: [RSDStandardPermission]? { get }
-
permissionTypes
Extension methodList of the permissions required for this action.
Declaration
Swift
public var permissionTypes: [RSDPermissionType] { get }