Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fevziomurtekin authored May 1, 2021
1 parent fc13162 commit 5944e5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/6af0386ba9e24da7ad94a12e38cd3268)](https://app.codacy.com/app/fevziomurtekin/PayView?utm_source=github.com&utm_medium=referral&utm_content=fevziomurtekin/PayView&utm_campaign=Badge_Grade_Dashboard)
[![](https://jitpack.io/v/fevziomurtekin/PayView.svg)](https://jitpack.io/#fevziomurtekin/PayView) [![Android Arsenal]( https://img.shields.io/badge/Android%20Arsenal-PayView-green.svg?style=flat )]( https://android-arsenal.com/details/1/7724 )![Twitter Follow](https://img.shields.io/twitter/follow/fevziomurtekin.svg?label=fevziomurtekin&style=social)
[![](https://jitpack.io/v/fevziomurtekin/PayView.svg)](https://jitpack.io/#fevziomurtekin/PayView) ![Min SDK](https://img.shields.io/badge/minSdkVersion-21-yellowgreen) [![Android Arsenal]( https://img.shields.io/badge/Android%20Arsenal-PayView-green.svg?style=flat )]( https://android-arsenal.com/details/1/7724 )![Twitter Follow](https://img.shields.io/twitter/follow/fevziomurtekin.svg?label=fevziomurtekin&style=social)


<p align="center">
<img src="art/banner.png"/>
Expand Down Expand Up @@ -66,7 +67,7 @@ dependencies {

```kotlin
payview.setOnDataChangedListener(object : Payview.OnChangelistener{
override fun onChangelistener(payModel: PayModel?) {
override fun onChangelistener(payModel: PayModel?, isFillAllComponent: Boolean) {
Log.d("PayView", "data : ${payModel?.cardOwnerName} \n " +
"is Fill all form component : $isFillAllComponents")

Expand All @@ -81,7 +82,6 @@ dependencies {

```


# Attributes

|Attribute|Description|
Expand Down

0 comments on commit 5944e5e

Please sign in to comment.