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