HMActionSetType Enum

Definition

Enumerates the different kinds of HMActionSet.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum HMActionSetType
type HMActionSetType = 
Inheritance
HMActionSetType
Attributes

Fields

HomeArrival 3

The HMActionSet relates to the user arriving at the home location.

HomeDeparture 2

The HMActionSet relates to the user leaving the home location.

Sleep 1

The HMActionSet relates to the user indicating they are going to sleep.

TriggerOwned 5

The HMActionSet relates to a user-defined trigger.

Unknown -1

The HMActionSet is not associated with a known kind.

UserDefined 4

The HMActionSet was manually created by the user.

WakeUp 0

The HMActionSet relates to the user waking.

Applies to