public static class BarcodeScanRequestedEvent.Result
extends Result
Modifier and Type | Class and Description |
---|---|
static class |
Result.Companion |
Modifier and Type | Field and Description |
---|---|
static Result.Companion |
Companion |
Constructor and Description |
---|
Result(java.lang.String barcode) |
Modifier and Type | Method and Description |
---|---|
static BarcodeScanRequestedEvent.Result |
from(android.os.Bundle bundle) |
java.lang.String |
getBarcode() |
android.os.Bundle |
toBundle() |
toBundle
public static Result.Companion Companion
public android.os.Bundle toBundle()
public java.lang.String getBarcode()
public static BarcodeScanRequestedEvent.Result from(android.os.Bundle bundle)