Uses of Class
org.robovm.apple.coretelephony.CTErrorDomain
| Package | Description |
|---|---|
| org.robovm.apple.coretelephony |
-
Uses of CTErrorDomain in org.robovm.apple.coretelephony
Methods in org.robovm.apple.coretelephony that return CTErrorDomain Modifier and Type Method Description CTErrorDomainCTError. getDomain()static CTErrorDomainCTErrorDomain. valueOf(long n)Returns the enum constant of this type with the specified name.static CTErrorDomainCTErrorDomain. valueOf(String name)Returns the enum constant of this type with the specified name.static CTErrorDomain[]CTErrorDomain. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.coretelephony with parameters of type CTErrorDomain Modifier and Type Method Description CTErrorCTError. setDomain(CTErrorDomain domain)Constructors in org.robovm.apple.coretelephony with parameters of type CTErrorDomain Constructor Description CTError(CTErrorDomain domain, NSErrorCode errorCode)