Package-level declarations

Types

Link copied to clipboard
class ForagePANEditText @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = R.attr.foragePanEditTextStyle) : LinearLayout, ForageUI, TextWatcher, ActionMode.Callback

Material Design component with a TextInputEditText to collect the EBT card number

Link copied to clipboard
class ForagePINEditText @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = R.attr.foragePanEditTextStyle) : LinearLayout, ForageUI
Link copied to clipboard
interface ForageUI
Link copied to clipboard
Link copied to clipboard
class MutableRef<T>(var current: T? = null)
Link copied to clipboard
abstract class VaultWrapper @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : FrameLayout

Properties

Link copied to clipboard
Link copied to clipboard
const val MAX_PAN_LENGTH: Int = 19
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

ImageView containing the Forage logo

Link copied to clipboard
fun getTransformedPosition(pos: Int, oldPrettyText: String, newPrettyText: String): Int
Link copied to clipboard