Uses of Class
org.robovm.apple.healthkit.HKAuthorizationRequestStatus
| Package | Description |
|---|---|
| org.robovm.apple.healthkit |
-
Uses of HKAuthorizationRequestStatus in org.robovm.apple.healthkit
Methods in org.robovm.apple.healthkit that return HKAuthorizationRequestStatus Modifier and Type Method Description static HKAuthorizationRequestStatusHKAuthorizationRequestStatus. valueOf(long n)Returns the enum constant of this type with the specified name.static HKAuthorizationRequestStatusHKAuthorizationRequestStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static HKAuthorizationRequestStatus[]HKAuthorizationRequestStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.robovm.apple.healthkit with type arguments of type HKAuthorizationRequestStatus Modifier and Type Method Description voidHKHealthStore. getRequestStatus(NSSet<HKSampleType> typesToShare, NSSet<HKObjectType> typesToRead, VoidBlock2<HKAuthorizationRequestStatus,NSError> completion)