@@ -5,6 +5,10 @@ description: The main composable for defining and executing haptic patterns
55
66# Jindong
77
8+ <Callout type = " info" >
9+ ** Module** : ` jindong-compose ` | ** Package** : ` io.github.compose.jindong `
10+ </Callout >
11+
812The main composable for defining haptic patterns with trigger-based execution.
913
1014## Signature
@@ -160,11 +164,11 @@ Within the `JindongScope`, you can use:
160164
161165| Function | Description |
162166| ----------| -------------|
163- | [ ` Haptic ` ] ( /docs/api/composable-dsl/haptic ) | Emit a vibration |
164- | [ ` Delay ` ] ( /docs/api/composable-dsl/delay ) | Pause the pattern |
165- | [ ` Sequence ` ] ( /docs/api/composable-dsl/sequence ) | Group events sequentially |
166- | [ ` Repeat ` ] ( /docs/api/composable-dsl/repeat ) | Repeat content N times |
167- | [ ` RepeatWithIndex ` ] ( /docs/api/composable-dsl/repeat-with-index ) | Repeat with index access |
167+ | [ ` Haptic ` ] ( /docs/api/jindong-compose/ composable-dsl/haptic ) | Emit a vibration |
168+ | [ ` Delay ` ] ( /docs/api/jindong-compose/ composable-dsl/delay ) | Pause the pattern |
169+ | [ ` Sequence ` ] ( /docs/api/jindong-compose/ composable-dsl/sequence ) | Group events sequentially |
170+ | [ ` Repeat ` ] ( /docs/api/jindong-compose/ composable-dsl/repeat ) | Repeat content N times |
171+ | [ ` RepeatWithIndex ` ] ( /docs/api/jindong-compose/ composable-dsl/repeat-with-index ) | Repeat with index access |
168172
169173## Notes
170174
@@ -175,6 +179,6 @@ Within the `JindongScope`, you can use:
175179
176180## See Also
177181
178- - [ JindongProvider] ( /docs/api/core /jindong-provider )
179- - [ JindongScope] ( /docs/api/core /jindong-scope )
182+ - [ JindongProvider] ( /docs/api/jindong-compose /jindong-provider )
183+ - [ JindongScope] ( /docs/api/jindong-compose /jindong-scope )
180184- [ Quick Start] ( /docs/guide/quick-start )
0 commit comments