Uses of Class
org.robovm.apple.foundation.NSURLCredentialPersistence
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSURLCredentialPersistence in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSURLCredentialPersistence Modifier and Type Method Description NSURLCredentialPersistenceNSURLCredential. getPersistence()static NSURLCredentialPersistenceNSURLCredentialPersistence. valueOf(long n)Returns the enum constant of this type with the specified name.static NSURLCredentialPersistenceNSURLCredentialPersistence. valueOf(String name)Returns the enum constant of this type with the specified name.static NSURLCredentialPersistence[]NSURLCredentialPersistence. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.foundation with parameters of type NSURLCredentialPersistence Modifier and Type Method Description protected longNSURLCredential. init(String user, String password, NSURLCredentialPersistence persistence)protected longNSURLCredential. init(SecIdentity identity, List<SecCertificate> certArray, NSURLCredentialPersistence persistence)Constructors in org.robovm.apple.foundation with parameters of type NSURLCredentialPersistence Constructor Description NSURLCredential(String user, String password, NSURLCredentialPersistence persistence)NSURLCredential(SecIdentity identity, List<SecCertificate> certArray, NSURLCredentialPersistence persistence)