public final class FieldByFieldBundle
extends <any>
FieldByFieldElement
objects that can travel via Intent
.
Used inside FieldByFieldUISettings
which is used by
FieldByFieldOverlayController
and
FieldByFieldScanActivity
.Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator |
CREATOR |
Constructor and Description |
---|
FieldByFieldBundle(FieldByFieldElement[] fieldByFieldElements) |
Modifier and Type | Method and Description |
---|---|
protected void |
consumeContentFromLoadedObject(FieldByFieldBundle loadedBundle) |
protected <any> |
getConcreteCreator() |
FieldByFieldElement[] |
getElements()
Returns the array of field by field scan elements associated with this bundle.
|
protected java.lang.String |
getUniqueIdIntentExtraKey() |
protected void |
readFromParcel(android.os.Parcel in) |
void |
saveToIntent(android.content.Intent intent) |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public FieldByFieldBundle(@NonNull FieldByFieldElement[] fieldByFieldElements)
@NonNull public FieldByFieldElement[] getElements()
@NonNull protected java.lang.String getUniqueIdIntentExtraKey()
@NonNull protected <any> getConcreteCreator()
protected void consumeContentFromLoadedObject(@NonNull FieldByFieldBundle loadedBundle)
public void saveToIntent(@NonNull android.content.Intent intent)
protected void readFromParcel(@NonNull android.os.Parcel in)
public void writeToParcel(@NonNull android.os.Parcel dest, int flags)