Unclear how to resume iterating with PageIterator
if the callback returns False
#688
Labels
bug
Something isn't working
priority:p2
Medium. For a p2 bug, generally have a work-around. Bug SLA <=30 days
In other SDKs, the iterator class typically has a
Resume
method to restart the iteration where it left off, and a correspondingState
property to check if the iterator has completed or not. For example, in .NET:Is there a way to do this in this SDK?
The text was updated successfully, but these errors were encountered: