public class GenericDocumentFieldListView implements IGenericDocumentFieldListView
Represents a list of scanned field of the document
public static io.scanbot.sdk.ui.view.genericdocument.list.GenericDocumentFieldListView.Companion Companion
public GenericDocumentFieldListView(@NotNull
android.content.Context context,
@NotNull
android.util.AttributeSet attrs)
Represents a list of scanned field of the document
public void setListener(@NotNull
io.scanbot.sdk.ui.view.genericdocument.list.IGenericDocumentFieldListView.Listener listener)
listener - which will receive callbacks on user interactions.public void updateState(@NotNull
io.scanbot.sdk.ui.view.genericdocument.list.IGenericDocumentFieldListView.State newState)
protected void onDetachedFromWindow()
public void setBottomSheetBackgroundColor(int color)
Sets a color of the bottom sheet
public void setBottomSheetPrimaryColor(int color)
Sets primary color for most of text's and other UI elements of the bottom sheet
public boolean onBackPressed()
Processing back press and collapsing bottom sheet if needed