FUIBarcodeScanResult

public struct FUIBarcodeScanResult

Represents the decoded result of a code scanning operation.

  • The decoded code content as a String.

    Declaration

    Swift

    public let scanResultString: String