-
Method parameters in org.robovm.apple.corehaptic with type arguments of type CHHapticEventParameter
| Modifier and Type |
Method |
Description |
protected long |
CHHapticEvent.init(long resID,
NSArray<CHHapticEventParameter> eventParams,
double time) |
|
protected long |
CHHapticEvent.init(long resID,
NSArray<CHHapticEventParameter> eventParams,
double time,
double duration) |
|
protected long |
CHHapticEvent.init(CHHapticEventType type,
NSArray<CHHapticEventParameter> eventParams,
double time) |
|
protected long |
CHHapticEvent.init(CHHapticEventType type,
NSArray<CHHapticEventParameter> eventParams,
double time,
double duration) |
|
Constructor parameters in org.robovm.apple.corehaptic with type arguments of type CHHapticEventParameter
| Constructor |
Description |
CHHapticEvent(long resID,
NSArray<CHHapticEventParameter> eventParams,
double time) |
|
CHHapticEvent(long resID,
NSArray<CHHapticEventParameter> eventParams,
double time,
double duration) |
|
CHHapticEvent(CHHapticEventType type,
NSArray<CHHapticEventParameter> eventParams,
double time) |
|
CHHapticEvent(CHHapticEventType type,
NSArray<CHHapticEventParameter> eventParams,
double time,
double duration) |
|