ALAssetsLibrary
Notifications
ALAssetsLibrary()
ALAssetsLibrary(IntPtr)
ALAssetsLibrary(NativeHandle)
ALAssetsLibrary(NSObjectFlag)
AuthorizationStatus
ChangedNotification
ClassHandle
DeletedAssetGroupsKey
InsertedAssetGroupsKey
UpdatedAssetGroupsKey
UpdatedAssetsKey
AddAssetsGroupAlbum(String, Action<ALAssetsGroup>, Action<NSError>)
AssetForUrl(NSUrl, Action<ALAsset>, Action<NSError>)
DisableSharedPhotoStreamsSupport()
Enumerate(ALAssetsGroupType, ALAssetsLibraryGroupsEnumerationResultsDelegate, Action<NSError>)
GroupForUrl(NSUrl, Action<ALAssetsGroup>, Action<NSError>)
VideoAtPathIsIsCompatibleWithSavedPhotosAlbum(NSUrl)
WriteImageToSavedPhotosAlbum(CGImage, ALAssetOrientation, Action<NSUrl, NSError>)
WriteImageToSavedPhotosAlbum(CGImage, NSDictionary, Action<NSUrl, NSError>)
WriteImageToSavedPhotosAlbum(NSData, NSDictionary, Action<NSUrl, NSError>)
WriteImageToSavedPhotosAlbumAsync(CGImage, ALAssetOrientation)
WriteImageToSavedPhotosAlbumAsync(CGImage, NSDictionary)
WriteImageToSavedPhotosAlbumAsync(NSData, NSDictionary)
WriteVideoToSavedPhotosAlbum(NSUrl, Action<NSUrl, NSError>)
WriteVideoToSavedPhotosAlbumAsync(NSUrl)
xamarinios
namespace AssetsLibrary
{
[Deprecated(PlatformName.iOS, 9, 0, PlatformArchitecture.All, "Use the 'Photos' API instead.")]
[Register("ALAssetsLibrary", true)]
public class ALAssetsLibrary : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
protected internal ALAssetsLibrary(IntPtr handle);
}
}
Xamarin iOS | 0.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API