SelfiePhoto

public struct SelfiePhoto : Codable

A single selfie photo submitted by a user

  • A filepath to a copy of the image saved to temp

    Declaration

    Swift

    public let filePath: String
  • The method which the user used to capture the photo (auto, or manual)

    Declaration

    Swift

    public let captureMethod: String