Which interaction should be preferred for refreshing an individual card in a listview in android app?

I have a listview showing a set of results in android app. I need to refresh the state indicated on the right end of an individual result card in the list. I thought of one possible interaction like this: on left pulling of the card, the state of the card(indicated on right end) would be updated.

Are there any better interactions possible to refresh state on individual card ?