public final class CMFallDetectionEventUserResolution
extends java.lang.Object
This enumeration defines the different states in which a Fall Detection event can be resolved
| Modifier and Type | Field and Description |
|---|---|
static long |
Confirmed
< the user confirmed the fall alert
|
static long |
Dismissed
< the user dismissed the fall alert either immediately or after a sequence of haptics and chimes
|
static long |
Rejected
< the user rejected the fall alert, indicating that they didn't fall
|
static long |
Unresponsive
< the user did not respond to the fall alert and no recovery motion was detected
|
public static final long Confirmed
public static final long Dismissed
public static final long Rejected
public static final long Unresponsive