PTPDFViewCtrlStreamingEventNotification
extern const NSNotificationName _Nonnull PTPDFViewCtrlStreamingEventNotification
Posted when the PTPDFViewCtrl
has streaming event notification. These are generated when
downloading a document via -[PTPDFViewCtrl OpenURLAync:]
, and when opening a non-PDF document with
-[PTPDFViewCtrl openUniversalDocumentWithConversion:]
.
The notification object is the pdfViewCtrl that posted the notification. The userInfo
dictionary
contains entries for the PTPDFViewCtrlStreamingEventTypeUserInfoKey
and
PTPDFViewCtrlPageNumberUserInfoKey
keys. The PTPDFViewCtrlStreamingEventMessageUserInfoKey
key
is present when there is a streaming event message.