AXNetworkIntegrationProtocol
protocol AXNetworkIntegrationProtocol : AnyObject, NSObjectProtocol
                AXNetworkIntegrationProtocol
- 
                  
                  
Delegate
Declaration
Swift
var delegate: AXNetworkIntegrationDelegate? { get set } - 
                  
                  
This function should load a provided photo, calling all necessary
AXNetworkIntegrationDelegatedelegate methods.Declaration
Swift
func loadPhoto(_ photo: AXPhotoProtocol)Parameters
photoThe photo to load.
 - 
                  
                  
This function should cancel the load (if possible) for the provided photo.
Declaration
Swift
func cancelLoad(for photo: AXPhotoProtocol)Parameters
photoThe photo load to cancel.
 - 
                  
                  
This function should cancel all current photo loads.
Declaration
Swift
func cancelAllLoads() 
            View on GitHub
          
      AXNetworkIntegrationProtocol Protocol Reference