GuideImageState

public enum GuideImageState

State of the guide image for the scanLabel to display for anchor detection

  • Retrieving the image has not yet started

    Declaration

    Swift

    case notStarted
  • Retrieving the image is in progress

    Declaration

    Swift

    case loading
  • Retrieving has finished with the returned associated value

    Declaration

    Swift

    case finished(UIImage)
  • Retrieving the guide Image has failed

    Declaration

    Swift

    case failure