Package org.robovm.apple.corehaptic
Class CHHapticEventType
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<NSString>
org.robovm.apple.corehaptic.CHHapticEventType
public class CHHapticEventType extends GlobalValueEnumeration<NSString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCHHapticEventType.AsListMarshalerstatic classCHHapticEventType.Marshalerstatic classCHHapticEventType.Values -
Field Summary
Fields Modifier and Type Field Description static CHHapticEventTypeAudioContinuousstatic CHHapticEventTypeAudioCustomstatic CHHapticEventTypeHapticContinuousstatic CHHapticEventTypeHapticTransient -
Method Summary
Modifier and Type Method Description static CHHapticEventTypevalueOf(NSString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
HapticTransient
- Since:
- Available in iOS 13.0 and later.
-
HapticContinuous
- Since:
- Available in iOS 13.0 and later.
-
AudioContinuous
- Since:
- Available in iOS 13.0 and later.
-
AudioCustom
- Since:
- Available in iOS 13.0 and later.
-
-
Method Details
-
valueOf
-