uploadJobExtensionEnabled
A Boolean value that indicates whether background asset resource uploading is enabled.
Declaration
var uploadJobExtensionEnabled: Bool { get }Mentioned in
Discussion
The value is true if the extension is enabled and active, and is false otherwise.
The extension’s host app uses this property to determine the background processing status. See PHAssetResourceUploadJob and ````PHAssetResourceUploadJobChangeRequest`` for more information.