public class CheckableImageButton
extends TintableImageButton
ImageButton that supports checkable state
public static io.scanbot.sdk.ui.utils.CheckableImageButton.Companion Companion
public CheckableImageButton(@NotNull
android.content.Context context,
@NotNull
android.util.AttributeSet attrs)
ImageButton that supports checkable state
@NotNull public kotlin.Array[] onCreateDrawableState(int extraSpace)
public boolean isChecked()
public void setChecked(boolean checked)
public void toggle()
@NotNull public android.os.Parcelable onSaveInstanceState()
public void onRestoreInstanceState(@NotNull
android.os.Parcelable state)