Package apple.homekit.enums
Class HMPresenceEventUserType
- java.lang.Object
-
- apple.homekit.enums.HMPresenceEventUserType
-
public final class HMPresenceEventUserType extends java.lang.ObjectThis enumeration describes the different types of user sets in presence events.
-
-
Field Summary
Fields Modifier and Type Field Description static longCurrentUserOnly current user's presence is used.static longCustomUsersPresence of custom set of home users is used.static longHomeUsersPresence of all home users is used.
-
-
-
Field Detail
-
CurrentUser
public static final long CurrentUser
Only current user's presence is used.- See Also:
- Constant Field Values
-
HomeUsers
public static final long HomeUsers
Presence of all home users is used.- See Also:
- Constant Field Values
-
CustomUsers
public static final long CustomUsers
Presence of custom set of home users is used.- See Also:
- Constant Field Values
-
-