RSDGenericStep
public protocol RSDGenericStep : RSDStep
RSDGenericStep is a step with key/value pairs decoded from a dictionary. This is the default step returned by
RSDFactory for an unrecoginized type.
-
The decoded dictionary.
Declaration
Swift
var userInfo: [String : Any]
View on GitHub
RSDGenericStep Protocol Reference