-
Notifications
You must be signed in to change notification settings - Fork 361
Open
Description
For the code
card.setOnCardDimissedListener(new CardModel.OnCardDismissedListener(){
@OverRide
public void onLike() {
Log.d("Swipeable Card", "I liked it");
}
@Override
public void onDislike() {
Log.d("Swipeable Card", "I did not liked it");
}
});
It shows error message "cannot resolve symbol 'onCardDismissedListener'.
Metadata
Metadata
Assignees
Labels
No labels