Diolor / Swipecards

A Tinder-like Android library to create the swipe cards effect. You can swipe left or right to like or dislike the content.
Apache License 2.0
2.34k stars 583 forks source link

How to fire current card onclick event programmatically #207

Open iren90 opened 6 years ago

iren90 commented 6 years ago

I have found flingContainer.getTopCardListener().selectRight() and flingContainer.getTopCardListener().selectLeft() but is there any way to fire onclick event programmatically?

Thanks in advance.