PHAssetImageProgressHandler Delegate

Definition

A continuation handler for that is called by the Photos application to show progress for an image request.

public delegate void PHAssetImageProgressHandler(double progress, NSError error, out bool stop, NSDictionary info);
type PHAssetImageProgressHandler = delegate of double * NSError *  * NSDictionary -> unit

Parameters

progress
Double
error
NSError
stop
Boolean

Applies to