Skip to main content
Version: 20 Mar 2024

PreDefined

A structure containing information about the Pre-Defined pattern to be played.

Inherits from:
IHapticsCommand

Public Methods

PreDefined Create

public static PreDefined Create(
Type patternType
)

Parameters

TypeNameDescription
TypepatternTypePredefined haptics pattern types.

MLResult StartHaptics

public MLResult StartHaptics()

Reimplements: StartHaptics


Public Attributes

PatternType

Pre-defined pattern to be played.


public readonly Type PatternType;

TypeDescription
readonly TypePredefined haptics pattern types.

Public Enums

Type

Predefined haptics pattern types.

EnumeratorValueDescription
APre-Defined pattern used for VKB hover.
BPre-Defined pattern used for VKB select.
CPre-Defined pattern used for homemenu hover.