ALAssetsErrorExtensions Class

Definition

Extension methods for the AssetsLibrary.ALAssetsError enumeration.

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Use the 'Photos' API instead.")]
public static class ALAssetsErrorExtensions
type ALAssetsErrorExtensions = class
Inheritance
ALAssetsErrorExtensions
Attributes

Remarks

The extension method for the AssetsLibrary.ALAssetsError enumeration can be used to fetch the error domain associated with these error codes.

Methods

GetDomain(ALAssetsError)

Returns the error domain associated with the AssetsLibrary.ALAssetsError value

Applies to