AppBackgroundURLSessionHandler
protocol AppBackgroundURLSessionHandler : AppHandler
                Adopt to have background URL session notifications routed
- 
                  
                  
handleEventsForBackgroundURLSession
Declaration
Swift
func application(_ application: UIApplication, handleEventsForBackgroundURLSession identifier: String, completionHandler: @escaping () -> Void)Parameters
applicationApplication
identifierIdentifier
completionHandlerCallback
 
            View on GitHub
          
      AppBackgroundURLSessionHandler Protocol Reference