PSPDFDownloadManagerPolicy

Objective-C

@protocol PSPDFDownloadManagerPolicy<NSObject>

/// Returns YES when we're allowed to use the network.
@property (nonatomic, readonly) BOOL hasPermissionForNetworkEvent;

@end

Swift

protocol DownloadManagerPolicy : NSObjectProtocol

Undocumented

  • Returns YES when we’re allowed to use the network.

    Declaration

    Objective-C

    @property (nonatomic, readonly) BOOL hasPermissionForNetworkEvent;

    Swift

    var hasPermissionForNetworkEvent: Bool { get }