Package org.robovm.apple.corehaptic
Interface CHHapticParameterAttributes
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
CHHapticParameterAttributesAdapter
public interface CHHapticParameterAttributes extends NSObjectProtocol
- Since:
- Available in iOS 13.0 and later.
-
Method Summary
Modifier and Type Method Description floatgetDefaultValue()floatgetMaxValue()floatgetMinValue()
-
Method Details
-
getMinValue
float getMinValue() -
getMaxValue
float getMaxValue() -
getDefaultValue
float getDefaultValue()
-