Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinSchildhorn authored Apr 7, 2021
1 parent ba80e3b commit f9859f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ allprojects {
}
dependencies {
implementation 'com.github.KevinSchildhorn:OTPView:0.2.1'
implementation 'com.github.KevinSchildhorn:OTPView:0.2.2'
}
```

Expand Down Expand Up @@ -75,4 +75,5 @@ otp_view.setOnFinishListener {

* `fun fitToWidth(width: Int)` - Fits the entire view to the width entered. Made so that you can dynamically resize the view.
* `fun isFilled(): Boolean` - Returns whether or not all the fields have been filled.
* `fun getStringFromFields(): String` - Returns the string from the view.
* `override fun setEnabled(enabled: Boolean)` - Allows you to disable the view as you normally would.

0 comments on commit f9859f3

Please sign in to comment.