Uses of Class
org.robovm.apple.corehaptic.CHHapticEventType
| Package | Description |
|---|---|
| org.robovm.apple.corehaptic |
-
Uses of CHHapticEventType in org.robovm.apple.corehaptic
Fields in org.robovm.apple.corehaptic declared as CHHapticEventType Modifier and Type Field Description static CHHapticEventTypeCHHapticEventType. AudioContinuousstatic CHHapticEventTypeCHHapticEventType. AudioCustomstatic CHHapticEventTypeCHHapticEventType. HapticContinuousstatic CHHapticEventTypeCHHapticEventType. HapticTransientMethods in org.robovm.apple.corehaptic that return CHHapticEventType Modifier and Type Method Description CHHapticEventTypeCHHapticPatternDict. getEventType()CHHapticEventTypeCHHapticEvent. getType()static CHHapticEventTypeCHHapticEventType.Marshaler. toObject(Class<CHHapticEventType> cls, long handle, long flags)static CHHapticEventTypeCHHapticEventType. valueOf(NSString value)Methods in org.robovm.apple.corehaptic that return types with arguments of type CHHapticEventType Modifier and Type Method Description static List<CHHapticEventType>CHHapticEventType.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.corehaptic with parameters of type CHHapticEventType Modifier and Type Method Description CHHapticParameterAttributesCHHapticDeviceCapability. getAttributes(CHHapticEventParameterID inParameter, CHHapticEventType type, NSError.NSErrorPtr outError)CHHapticParameterAttributesCHHapticDeviceCapabilityAdapter. getAttributes(CHHapticEventParameterID inParameter, CHHapticEventType type, NSError.NSErrorPtr outError)protected longCHHapticEvent. init(CHHapticEventType type, NSArray<CHHapticEventParameter> eventParams, double time)protected longCHHapticEvent. init(CHHapticEventType type, NSArray<CHHapticEventParameter> eventParams, double time, double duration)CHHapticPatternDictCHHapticPatternDict. setEventType(CHHapticEventType eventType)static longCHHapticEventType.Marshaler. toNative(CHHapticEventType o, long flags)Method parameters in org.robovm.apple.corehaptic with type arguments of type CHHapticEventType Modifier and Type Method Description static longCHHapticEventType.AsListMarshaler. toNative(List<CHHapticEventType> l, long flags)static CHHapticEventTypeCHHapticEventType.Marshaler. toObject(Class<CHHapticEventType> cls, long handle, long flags)Constructors in org.robovm.apple.corehaptic with parameters of type CHHapticEventType Constructor Description CHHapticEvent(CHHapticEventType type, NSArray<CHHapticEventParameter> eventParams, double time)CHHapticEvent(CHHapticEventType type, NSArray<CHHapticEventParameter> eventParams, double time, double duration)