-
Notifications
You must be signed in to change notification settings - Fork 64
Indicators
Keval Patel edited this page Apr 15, 2018
·
10 revisions
As the name suggests indicators are the view that indicates the digits in the PINView
.
Indicators have three states.
- Empty: Whenever the number of pin digits typed is less than the position of that particular indicator, the indicator will show the empty state.
- Filled: Whenever the number of pin digits typed is greater than the position of that particular indicator, the indicator will show the filled state.
- Error: Whenever the user authentication fails, the indicator will have this state.
Authentication Success | Authentication Fail |
---|---|