ScannerView

public class ScannerView : UIView

A utility class provided by the UsherSDK that provides code scanner functionality.

  • The delegate

    Declaration

    Swift

    @IBOutlet
    weak public var delegate: ScannerViewDelegate?
  • Start scanning for codes.

    Declaration

    Swift

    public func start()
  • Stop scanning for codes.

    Declaration

    Swift

    public func stop()
  • Check if the application was authorized by the user for camera access.

    Declaration

    Swift

    public static var authorizedForCameraAccess: Bool { get }