RSDPermissionsConfiguration
public protocol RSDPermissionsConfiguration
A model object that defines a configuration for permissions to be requested either as a part of a step or an async action.
-
List of the permissions required for this action.
Declaration
Swift
var permissionTypes: [RSDPermissionType] { get }