If I pin a parseobject to the local data store, is there a way to find the last pin's pinned at timestamp? Or is there a way to find when the object set with the tag supplied to the pin last updated at?
Edit 1: I am trying to pass the query result to a RecyclerView. After fetching it initially, I am pinning the last retrieved object list to the local data store. I don't want my recycler view to query again within a time difference of five minutes. So I want to check, the timestamp of the last pinned object set before I will query again if needed.