public final class AsYouTypeCardNumberFormatter
extends java.lang.Object
TextWatcher
that formats a card number to a readable format while typing.
Copyright (c) 2017 Adyen B.V.
This file is open source and available under the MIT license. See the LICENSE file for more info.
Created by timon on 11/10/2017.
Modifier and Type | Method and Description |
---|---|
void |
afterTextChanged(Editable s) |
void |
beforeTextChanged(java.lang.CharSequence s,
int start,
int count,
int after) |
void |
onTextChanged(java.lang.CharSequence s,
int start,
int before,
int count) |