RSDAsyncActionType
public struct RSDAsyncActionType : RSDFactoryTypeRepresentable, Codable, Hashable
The type of the async action configuration. This is used to decode async action configurations
using an instance of RSDFactory
.
Seealso
RSDAsyncActionConfiguration
-
Declaration
Swift
public let rawValue: String
-
Declaration
Swift
public init(rawValue: String)
-
Defaults to
RSDMotionRecorderConfiguration
.Declaration
Swift
public static let motion: RSDAsyncActionType
-
Defaults to
RSDDistanceRecorderConfiguration
.Declaration
Swift
public static let distance: RSDAsyncActionType
-
Declaration
Swift
public init(stringLiteral value: String)