RSDIdentifier
public struct RSDIdentifier : RawRepresentable, Codable
RSDIdentifier is intended to allow a developer to define constants for the identifiers
that are used to define the tasks, steps, input fields, and async actions associated with
a given task or task group.
Note
The base implementation includesexit
-
Declaration
Swift
public private(set) var rawValue: String -
Declaration
Swift
public init(rawValue: String) -
Undocumented
Declaration
Swift
public static let exit: RSDIdentifier = "exit" -
Undocumented
Declaration
Swift
public static let nextSection: RSDIdentifier = "nextSection" -
Undocumented
Declaration
Swift
public static func allGlobalIdentifiers() -> [RSDIdentifier]
-
Declaration
Swift
public static func ==(lhs: RSDIdentifier, rhs: RSDIdentifier) -> Bool -
Undocumented
Declaration
Swift
public static func ==(lhs: String, rhs: RSDIdentifier) -> Bool -
Undocumented
Declaration
Swift
public static func ==(lhs: RSDIdentifier, rhs: String) -> Bool
-
Declaration
Swift
public var hashValue : Int
-
Declaration
Swift
public init(stringLiteral value: String)
View on GitHub
RSDIdentifier Structure Reference