Uses of Class
org.robovm.apple.photos.PHAccessLevel
| Package | Description |
|---|---|
| org.robovm.apple.photos |
-
Uses of PHAccessLevel in org.robovm.apple.photos
Methods in org.robovm.apple.photos that return PHAccessLevel Modifier and Type Method Description static PHAccessLevelPHAccessLevel. valueOf(long n)Returns the enum constant of this type with the specified name.static PHAccessLevelPHAccessLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static PHAccessLevel[]PHAccessLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.photos with parameters of type PHAccessLevel Modifier and Type Method Description static PHAuthorizationStatusPHPhotoLibrary. authorizationStatusForAccessLevel(PHAccessLevel accessLevel)static voidPHPhotoLibrary. requestAuthorization(PHAccessLevel accessLevel, VoidBlock1<PHAuthorizationStatus> handler)