Uses of Class
org.robovm.apple.classkit.CLSProgressReportingCapabilityKind
| Package | Description |
|---|---|
| org.robovm.apple.classkit |
-
Uses of CLSProgressReportingCapabilityKind in org.robovm.apple.classkit
Methods in org.robovm.apple.classkit that return CLSProgressReportingCapabilityKind Modifier and Type Method Description CLSProgressReportingCapabilityKindCLSProgressReportingCapability. getKind()static CLSProgressReportingCapabilityKindCLSProgressReportingCapabilityKind. valueOf(long n)Returns the enum constant of this type with the specified name.static CLSProgressReportingCapabilityKindCLSProgressReportingCapabilityKind. valueOf(String name)Returns the enum constant of this type with the specified name.static CLSProgressReportingCapabilityKind[]CLSProgressReportingCapabilityKind. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.classkit with parameters of type CLSProgressReportingCapabilityKind Modifier and Type Method Description protected longCLSProgressReportingCapability. init(CLSProgressReportingCapabilityKind kind, String details)Constructors in org.robovm.apple.classkit with parameters of type CLSProgressReportingCapabilityKind Constructor Description CLSProgressReportingCapability(CLSProgressReportingCapabilityKind kind, String details)