Package org.robovm.apple.coretelephony
Class CTCallState
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<NSString>
org.robovm.apple.coretelephony.CTCallState
public class CTCallState extends GlobalValueEnumeration<NSString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCTCallState.AsListMarshalerstatic classCTCallState.Marshalerstatic classCTCallState.Values -
Field Summary
Fields Modifier and Type Field Description static CTCallStateConnectedDeprecated.Deprecated in iOS 10.0.static CTCallStateDialingDeprecated.Deprecated in iOS 10.0.static CTCallStateDisconnectedDeprecated.Deprecated in iOS 10.0.static CTCallStateIncomingDeprecated.Deprecated in iOS 10.0. -
Method Summary
Modifier and Type Method Description static CTCallStatevalueOf(NSString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
Dialing
Deprecated.Deprecated in iOS 10.0. Replaced byproperties -
Incoming
Deprecated.Deprecated in iOS 10.0. Replaced byproperties -
Connected
Deprecated.Deprecated in iOS 10.0. Replaced byproperties -
Disconnected
Deprecated.Deprecated in iOS 10.0. Replaced byproperties
-
-
Method Details
-
valueOf
-