You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our purpose, we want to prompt a download alert when users previewed some pages of the file .
For instance , when previewing page 5 , we alert "Will you download the whole file? "
In that case , we have to monitor the current page while previewing .
Is there a method or delegate to achieve that? I found a class called BOXPreviewerPageTrackerManager-> userSwipedDocumentToPage:(NSNumber *)page forFile:(BOXFile *)file seems to work on this , But how can I implement this ?
Thanks .
The text was updated successfully, but these errors were encountered:
在 2018年2月1日,06:36,jlawton ***@***.***> 写道:
This isn't currently supported. Is it something you're still looking to do?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
In our purpose, we want to prompt a download alert when users previewed some pages of the file .
For instance , when previewing page 5 , we alert "Will you download the whole file? "
In that case , we have to monitor the current page while previewing .
Is there a method or delegate to achieve that? I found a class called BOXPreviewerPageTrackerManager-> userSwipedDocumentToPage:(NSNumber *)page forFile:(BOXFile *)file seems to work on this , But how can I implement this ?
Thanks .
The text was updated successfully, but these errors were encountered: