Package apple.photos.enums
Class Enums
- java.lang.Object
-
- apple.photos.enums.Enums
-
public final class Enums extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longPHPhotosErrorInvalidstatic longPHPhotosErrorLibraryVolumeOfflinestatic longPHPhotosErrorRelinquishingLibraryBundleToWriterstatic longPHPhotosErrorSwitchingSystemPhotoLibrarystatic longPHPhotosErrorUserCancelled
-
-
-
Field Detail
-
PHPhotosErrorInvalid
public static final long PHPhotosErrorInvalid
- See Also:
- Constant Field Values
-
PHPhotosErrorUserCancelled
public static final long PHPhotosErrorUserCancelled
- See Also:
- Constant Field Values
-
PHPhotosErrorLibraryVolumeOffline
public static final long PHPhotosErrorLibraryVolumeOffline
- See Also:
- Constant Field Values
-
PHPhotosErrorRelinquishingLibraryBundleToWriter
public static final long PHPhotosErrorRelinquishingLibraryBundleToWriter
- See Also:
- Constant Field Values
-
PHPhotosErrorSwitchingSystemPhotoLibrary
public static final long PHPhotosErrorSwitchingSystemPhotoLibrary
- See Also:
- Constant Field Values
-
-