SessionSource

public enum SessionSource : String

The sources that can generate a Session.

  • The session was generated by the CameraController.

    Declaration

    Swift

    case camera
  • The session was generated by the Photo Library portion of the LibraryController.

    Declaration

    Swift

    case library
  • The session was generated by the developers code.

    Declaration

    Swift

    case user
  • The session was generated by a decoder, but the source may have originally been camera, library or user.

    Declaration

    Swift

    case drafts