HapticPatternType
public enum HapticPatternType : Int
                Available haptic patterns.
- 
                  
                  
Halt haptics.
Declaration
Swift
case hapticSymbolHalted - 
                  
                  
Sine increase haptic pattern.
Declaration
Swift
case hapticSymbolSineIncrease - 
                  
                  
Sine decrease haptic pattern.
Declaration
Swift
case hapticSymbolSineDecrease - 
                  
                  
Linear increase haptic pattern.
Declaration
Swift
case hapticSymbolLinearIncrease - 
                  
                  
Linear decrease haptic pattern.
Declaration
Swift
case hapticSymbolLinearDecrease - 
                  
                  
Parabolic increase haptic pattern.
Declaration
Swift
case hapticSymbolParabolicIncrease - 
                  
                  
Parabolic decrease haptic pattern.
Declaration
Swift
case hapticSymbolParabolicDecrease - 
                  
                  
Continuous haptic pattern.
Declaration
Swift
case hapticSymbolConstOn 
            View on GitHub
          
      HapticPatternType Enumeration Reference