SelfieStepData
public struct SelfieStepData : Codable
Data collected during selfie steps of the inquiry flow
-
The name of the step in the inquiry template
Declaration
Swift
public let name: String -
Photo captured for center pose
Declaration
Swift
public let centerPhoto: SelfiePhoto? -
Photo captured for left pose
Declaration
Swift
public let leftPhoto: SelfiePhoto? -
Photo captured for right pose
Declaration
Swift
public let rightPhoto: SelfiePhoto? -
A single selfie photo submitted by a user
See moreDeclaration
Swift
public struct SelfiePhoto : Codable
View on GitHub
SelfieStepData Structure Reference