API Reference
Class
QrParsedPayload
Parsed QR payload with detected type and optional raw value.
Inheritance
- Object
- QrParsedPayload
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method QrPayloadParser.Parse
- Method QR.ParsePayload
- Property QrDecoded.Parsed
Accepted by parameters
- Method QrPayloadParser.TryParse
- Method QrPayloadParser.TryParse
- Method QrPayloadParser.Validate
- Method QR.TryParsePayload
- Method QR.TryParsePayload
Methods
Inherited Methods
Properties
public Object Value { get; } #Gets the parsed payload object (type-specific), when available.