Do something after swipe back

Hi ,
I would like to know is there any way to show popup or do something after swipe back.
something like this but I just want when swipe back finished.

app.views.main.on('swipebackMove', () => {
  // do something on swipe back
})

There is a swipebackAfterChange event