Package apple.photos.enums
Class PHAssetSourceType
- java.lang.Object
-
- apple.photos.enums.PHAssetSourceType
-
public final class PHAssetSourceType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longTypeCloudSharedstatic longTypeiTunesSyncedstatic longTypeNonestatic longTypeUserLibrary
-
-
-
Field Detail
-
TypeNone
public static final long TypeNone
- See Also:
- Constant Field Values
-
TypeUserLibrary
public static final long TypeUserLibrary
- See Also:
- Constant Field Values
-
TypeCloudShared
public static final long TypeCloudShared
- See Also:
- Constant Field Values
-
TypeiTunesSynced
public static final long TypeiTunesSynced
- See Also:
- Constant Field Values
-
-