Uses of Class
org.robovm.apple.security.SecTrustResultType
| Package | Description |
|---|---|
| org.robovm.apple.security |
-
Uses of SecTrustResultType in org.robovm.apple.security
Methods in org.robovm.apple.security that return SecTrustResultType Modifier and Type Method Description SecTrustResultTypeSecTrust. evaluate()SecTrustResultTypeSecTrustResult. getResultValue()SecTrustResultTypeSecTrust. getTrustResult()static SecTrustResultTypeSecTrustResultType. valueOf(long n)Returns the enum constant of this type with the specified name.static SecTrustResultTypeSecTrustResultType. valueOf(String name)Returns the enum constant of this type with the specified name.static SecTrustResultType[]SecTrustResultType. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.robovm.apple.security with type arguments of type SecTrustResultType Modifier and Type Method Description voidSecTrust. evaluateAsync(DispatchQueue queue, VoidBlock2<SecTrust,SecTrustResultType> result)protected OSStatusSecTrust. evaluateAsync0(DispatchQueue queue, VoidBlock2<SecTrust,SecTrustResultType> result)Deprecated.Deprecated in iOS 13.0.