HapticFeedbackType


Constants to be used to perform haptic feedback effects via HapticFeedback.performHapticFeedback.

Summary

Public companion functions

List<HapticFeedbackType>

Returns a list of possible values of HapticFeedbackType.

Cmn

Public companion properties

HapticFeedbackType

The user has performed a long press on an object that is resulting in an action being performed.

Cmn
HapticFeedbackType

The user has performed a selection/insertion handle move on text field.

Cmn

Public constructors

Cmn

Public functions

open String
Cmn

Public companion functions

values

fun values(): List<HapticFeedbackType>

Returns a list of possible values of HapticFeedbackType.

Public companion properties

LongPress

val LongPressHapticFeedbackType

The user has performed a long press on an object that is resulting in an action being performed.

TextHandleMove

val TextHandleMoveHapticFeedbackType

The user has performed a selection/insertion handle move on text field.

Public constructors

HapticFeedbackType

HapticFeedbackType(value: Int)

Public functions

toString

open fun toString(): String