Uses of Class
org.robovm.apple.callkit.CXHandleType
| Package | Description |
|---|---|
| org.robovm.apple.callkit |
-
Uses of CXHandleType in org.robovm.apple.callkit
Methods in org.robovm.apple.callkit that return CXHandleType Modifier and Type Method Description CXHandleTypeCXHandle. getType()static CXHandleTypeCXHandleType. valueOf(long n)Returns the enum constant of this type with the specified name.static CXHandleTypeCXHandleType. valueOf(String name)Returns the enum constant of this type with the specified name.static CXHandleType[]CXHandleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.callkit with parameters of type CXHandleType Modifier and Type Method Description protected longCXHandle. init(CXHandleType type, String value)Constructors in org.robovm.apple.callkit with parameters of type CXHandleType Constructor Description CXHandle(CXHandleType type, String value)