public class IdCardFieldListView implements IIdCardFieldListView
Represents a list of scanned field of the id card
public static io.scanbot.sdk.ui.view.idcard.list.IdCardFieldListView.Companion Companion
public IdCardFieldListView(@NotNull
android.content.Context context,
@NotNull
android.util.AttributeSet attrs)
Represents a list of scanned field of the id card
@NotNull public io.scanbot.sdk.ui.view.idcard.list.IdCardFieldListView.Configuration getConfiguration()
public void setListener(@NotNull
io.scanbot.sdk.ui.view.idcard.list.IIdCardFieldListView.Listener listener)
listener - which will receive callbacks on user interactions.public void updateState(@NotNull
io.scanbot.sdk.ui.view.idcard.list.IIdCardFieldListView.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