Package org.robovm.apple.photos
Class PHImageRequestResult
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.photos.PHImageRequestResult
public class PHImageRequestResult extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPHImageRequestResult.AsListMarshalerstatic classPHImageRequestResult.Keysstatic classPHImageRequestResult.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
data -
Method Summary
Modifier and Type Method Description NSObjectget(NSString key)NSErrorgetError()longgetResultRequestID()booleanhas(NSString key)booleanisCancelled()booleanisResultDegraded()booleanisResultInCloud()Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Method Details
-
has
-
get
-
isResultInCloud
public boolean isResultInCloud() -
isResultDegraded
public boolean isResultDegraded() -
getResultRequestID
public long getResultRequestID() -
isCancelled
public boolean isCancelled() -
getError
-